#08750C

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

Shades of Green #08750C

Tints of Green #08750C

Color information

#08750C (or 0x08750C) is unknown color: approx Green. HEX triplet: 08, 75 and 0C. RGB value is (8,117,12). Sum of RGB (Red+Green+Blue) = 8+117+12=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 117 (46.09% from 255 or 85.40% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 117 - color contains mainly: green. Hex color #08750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08750C is #F78AF3. Grayscale: #484848. Windows color (decimal): -16222964 or 816392. OLE color: 816392.

HSL color Cylindrical-coordinate representation of color #08750C: hue angle of 122.2º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08750C is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB811712-
CMYK0.9300.900.54
HSL122.2º87.2%24.51%-
HSV(B)122.2º93.16%45.88%-
XYZ6.5312.82.47-
YUV72.4493.8982.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 117 (46.09% from 255) = 85.40%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=5.84%
G=85.40%
B=8.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8117120.9300.900.54122.287.224.51
Hex875C5D05A367a5719
Octal101651413501326617212731
Binary1000111010111001011101010110101101101111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08750C; }

 p { color: rgb(8,117,12); }

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

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

 a { background-color: rgb(8,117,12); }

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

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

 span { border-color: rgb(8,117,12); }

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