#088714

Color #088714 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #088714

Tints of Green #088714

Color information

#088714 (or 0x088714) is unknown color: approx Green. HEX triplet: 08, 87 and 14. RGB value is (8,135,20). Sum of RGB (Red+Green+Blue) = 8+135+20=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 135 (53.12% from 255 or 82.82% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 135 - color contains mainly: green. Hex color #088714 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088714 is #F778EB. Grayscale: #545454. Windows color (decimal): -16218348 or 1345288. OLE color: 1345288.

HSL color Cylindrical-coordinate representation of color #088714: hue angle of 125.67º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088714 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB813520-
CMYK0.9400.850.47
HSL125.67º88.81%28.04%-
HSV(B)125.67º94.07%52.94%-
XYZ8.8917.433.56-
YUV83.9291.9273.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 135 (53.12% from 255) = 82.82%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=4.91%
G=82.82%
B=12.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8135200.9400.850.47125.6788.8128.04
Hex887145E0552F7e591c
Octal102072413601255717613134
Binary100010000111101001011110010101011011111111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088714; }

 p { color: rgb(8,135,20); }

 H1.HeaderClassName
 {
   color: #088714;
 }
 .AnyTagClassName
 {
   color: #088714;
 }
</style>
background-color css

<style>
 a { background-color: #088714; }

 a { background-color: rgb(8,135,20); }

 div.DivClassName
 {
   background-color: #088714;
 }
 .BgClassName
 {
   background-color: #088714;
 }
</style>
border-color css

<style>
 span { border-color: #088714; }

 span { border-color: rgb(8,135,20); }

 td.TdClassName
 {
   border-color: #088714;
 }
 .TagClassName
 {
   border-color: #088714;
 }
</style>