#08620D

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

Shades of Green #08620D

Tints of Green #08620D

Color information

#08620D (or 0x08620D) is unknown color: approx Green. HEX triplet: 08, 62 and 0D. RGB value is (8,98,13). Sum of RGB (Red+Green+Blue) = 8+98+13=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 98 (38.67% from 255 or 82.35% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 98 - color contains mainly: green. Hex color #08620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08620D is #F79DF2. Grayscale: #3D3D3D. Windows color (decimal): -16227827 or 877064. OLE color: 877064.

HSL color Cylindrical-coordinate representation of color #08620D: hue angle of 123.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08620D is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB89813-
CMYK0.9200.870.62
HSL123.33º84.91%20.78%-
HSV(B)123.33º91.84%38.43%-
XYZ4.548.821.84-
YUV61.4100.6889.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 98 (38.67% from 255) = 82.35%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=6.72%
G=82.35%
B=10.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898130.9200.870.62123.3384.9120.78
Hex862D5C0573E7b5515
Octal101421513401277617312525
Binary1000110001011011011100010101111111101111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08620D; }

 p { color: rgb(8,98,13); }

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

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

 a { background-color: rgb(8,98,13); }

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

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

 span { border-color: rgb(8,98,13); }

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