Html Css Color HEX #006612 Green

📋 copy color: '#006612'

red 0 ◦ green 102 ◦ blue 18

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

Shades of Green #006612

Tints of Green #006612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 85%

 BLUE value IS 18 (7.42% from 255) = 15%

R = 0%
G = 85%
B = 15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#006612 (or 0x006612) is known color: Green. HEX triplet: 00, 66 and 12. RGB value is (0,102,18). Sum of RGB (Red+Green+Blue) = 0+102+18=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 102 (40.23% from 255 or 85% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 102 - color contains mainly: green. Hex color #006612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006612 is #FF99ED. Grayscale: #3E3E3E. Windows color (decimal): -16751086 or 1205760. OLE color: 1205760.

HSL color Cylindrical-coordinate representation of color #006612: hue angle of 130.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006612 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 102 18 -
CMYK 1 0 0.82 0.6
HSL 130.59º 1% 0.2% -
HSV(B) 130.59º 1% 0.4% -
XYZ 4.86 9.55 2.16 -
YUV 61.93 103.21 83.83 -
System Red Green Blue C M Y K H S L
Decimal 0 102 18 1 0 0.82 0.6 130.59 1 0.2
Hex 0 66 12 64 0 52 3C 83 64 14
Octal 0 146 22 144 0 122 74 203 144 24
Binary 0 1100110 10010 1100100 0 1010010 111100 10000011 1100100 10100

Color Harmonies of #006612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006612

Black with #006612

Text Example


Text Example

White with #006612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006612; }

 p { color: rgb(0,102,18); }

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

background-color css

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

 a { background-color: rgb(0,102,18); }

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

border-color css

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

 span { border-color: rgb(0,102,18); }

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