Html Css Color HEX #066F12 Green

📋 copy color: '#066F12'

red 6 ◦ green 111 ◦ blue 18

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

Shades of Green #066F12

Tints of Green #066F12

RGB

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

 GREEN value IS 111 (43.75% from 255) = 82.22%

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

R = 4.44%
G = 82.22%
B = 13.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#066F12 (or 0x066F12) is known color: Green. HEX triplet: 06, 6F and 12. RGB value is (6,111,18). Sum of RGB (Red+Green+Blue) = 6+111+18=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 111 (43.75% from 255 or 82.22% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 111 - color contains mainly: green. Hex color #066F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066F12 is #F990ED. Grayscale: #454545. Windows color (decimal): -16355566 or 1208070. OLE color: 1208070.

HSL color Cylindrical-coordinate representation of color #066F12: hue angle of 126.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F12 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 111 18 -
CMYK 0.95 0 0.84 0.56
HSL 126.86º 0.9% 0.23% -
HSV(B) 126.86º 0.95% 0.44% -
XYZ 5.87 11.45 2.47 -
YUV 69 99.21 83.06 -
System Red Green Blue C M Y K H S L
Decimal 6 111 18 0.95 0 0.84 0.56 126.86 0.9 0.23
Hex 6 6F 12 5F 0 54 38 7F 5A 17
Octal 6 157 22 137 0 124 70 177 132 27
Binary 110 1101111 10010 1011111 0 1010100 111000 1111111 1011010 10111

Color Harmonies of #066F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F12

Black with #066F12

Text Example


Text Example

White with #066F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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