#08640B

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

Shades of Green #08640B

Tints of Green #08640B

Color information

#08640B (or 0x08640B) is unknown color: approx Green. HEX triplet: 08, 64 and 0B. RGB value is (8,100,11). Sum of RGB (Red+Green+Blue) = 8+100+11=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 100 (39.45% from 255 or 84.03% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 100 - color contains mainly: green. Hex color #08640B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08640B is #F79BF4. Grayscale: #3E3E3E. Windows color (decimal): -16227317 or 746504. OLE color: 746504.

HSL color Cylindrical-coordinate representation of color #08640B: hue angle of 121.96º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08640B is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB810011-
CMYK0.9200.890.61
HSL121.96º85.19%21.18%-
HSV(B)121.96º92%39.22%-
XYZ4.729.191.84-
YUV62.3599.0289.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 100 (39.45% from 255) = 84.03%
BLUE value IS 11 (4.69% from 255) = 9.24%
R=6.72%
G=84.03%
B=9.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8100110.9200.890.61121.9685.1921.18
Hex864B5C0593D7a5515
Octal101441313401317517212525
Binary1000110010010111011100010110011111011111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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