Html Css Color HEX #006008 Green

📋 copy color: '#006008'

red 0 ◦ green 96 ◦ blue 8

#006008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #006008

Tints of Green #006008

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 96 (37.89% from 255) = 92.31%

 BLUE value IS 8 (3.52% from 255) = 7.69%

R = 0%
G = 92.31%
B = 7.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#006008 (or 0x006008) is known color: Green. HEX triplet: 00, 60 and 08. RGB value is (0,96,8). Sum of RGB (Red+Green+Blue) = 0+96+8=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 96 (37.89% from 255 or 92.31% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 96 - color contains mainly: green. Hex color #006008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006008 is #FF9FF7. Grayscale: #393939. Windows color (decimal): -16752632 or 548864. OLE color: 548864.

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

Color convert

RGB 0 96 8 -
CMYK 1 0 0.92 0.62
HSL 125º 1% 0.19% -
HSV(B) 125º 1% 0.38% -
XYZ 4.23 8.38 1.63 -
YUV 57.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 0 96 8 1 0 0.92 0.62 125 1 0.19
Hex 0 60 8 64 0 5C 3E 7D 64 13
Octal 0 140 10 144 0 134 76 175 144 23
Binary 0 1100000 1000 1100100 0 1011100 111110 1111101 1100100 10011

Color Harmonies of #006008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006008

Black with #006008

Text Example


Text Example

White with #006008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006008; }

 p { color: rgb(0,96,8); }

 H1.HeaderClassName
 {
   color: #006008;
 }
 .AnyTagClassName
 {
   color: #006008;
 }
</style>

background-color css

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

 a { background-color: rgb(0,96,8); }

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

border-color css

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

 span { border-color: rgb(0,96,8); }

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