Html Css Color HEX #066D12 Green

📋 copy color: '#066D12'

red 6 ◦ green 109 ◦ blue 18

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

Shades of Green #066D12

Tints of Green #066D12

RGB

 RED value IS 6 (2.73% from 255) = 4.51%

 GREEN value IS 109 (42.97% from 255) = 81.95%

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

R = 4.51%
G = 81.95%
B = 13.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#066D12 (or 0x066D12) is known color: Green. HEX triplet: 06, 6D and 12. RGB value is (6,109,18). Sum of RGB (Red+Green+Blue) = 6+109+18=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 109 (42.97% from 255 or 81.95% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 109 - color contains mainly: green. Hex color #066D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066D12 is #F992ED. Grayscale: #444444. Windows color (decimal): -16356078 or 1207558. OLE color: 1207558.

HSL color Cylindrical-coordinate representation of color #066D12: hue angle of 126.99º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D12 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 109 18 -
CMYK 0.94 0 0.83 0.57
HSL 126.99º 0.9% 0.23% -
HSV(B) 126.99º 0.94% 0.43% -
XYZ 5.65 11.02 2.4 -
YUV 67.83 99.88 83.9 -
System Red Green Blue C M Y K H S L
Decimal 6 109 18 0.94 0 0.83 0.57 126.99 0.9 0.23
Hex 6 6D 12 5E 0 53 39 7F 5A 17
Octal 6 155 22 136 0 123 71 177 132 27
Binary 110 1101101 10010 1011110 0 1010011 111001 1111111 1011010 10111

Color Harmonies of #066D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D12

Black with #066D12

Text Example


Text Example

White with #066D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066D12; }

 p { color: rgb(6,109,18); }

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

background-color css

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

 a { background-color: rgb(6,109,18); }

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

border-color css

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

 span { border-color: rgb(6,109,18); }

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