#08750B

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

Shades of Green #08750B

Tints of Green #08750B

Color information

#08750B (or 0x08750B) is unknown color: approx Green. HEX triplet: 08, 75 and 0B. RGB value is (8,117,11). Sum of RGB (Red+Green+Blue) = 8+117+11=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 117 (46.09% from 255 or 86.03% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 117 - color contains mainly: green. Hex color #08750B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08750B is #F78AF4. Grayscale: #484848. Windows color (decimal): -16222965 or 750856. OLE color: 750856.

HSL color Cylindrical-coordinate representation of color #08750B: hue angle of 121.65º 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 #08750B is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB811711-
CMYK0.9300.910.54
HSL121.65º87.2%24.51%-
HSV(B)121.65º93.16%45.88%-
XYZ6.5212.82.44-
YUV72.3293.3982.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 117 (46.09% from 255) = 86.03%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=5.88%
G=86.03%
B=8.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8117110.9300.910.54121.6587.224.51
Hex875B5D05B367a5719
Octal101651313501336617212731
Binary1000111010110111011101010110111101101111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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