Html Css Color HEX #066112 Green

📋 copy color: '#066112'

red 6 ◦ green 97 ◦ blue 18

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

Shades of Green #066112

Tints of Green #066112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 80.17%

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

R = 4.96%
G = 80.17%
B = 14.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#066112 (or 0x066112) is known color: Green. HEX triplet: 06, 61 and 12. RGB value is (6,97,18). Sum of RGB (Red+Green+Blue) = 6+97+18=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 97 (38.28% from 255 or 80.17% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 97 - color contains mainly: green. Hex color #066112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066112 is #F99EED. Grayscale: #3D3D3D. Windows color (decimal): -16359150 or 1204486. OLE color: 1204486.

HSL color Cylindrical-coordinate representation of color #066112: hue angle of 127.91º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066112 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 97 18 -
CMYK 0.94 0 0.81 0.62
HSL 127.91º 0.88% 0.2% -
HSV(B) 127.91º 0.94% 0.38% -
XYZ 4.46 8.63 2 -
YUV 60.79 103.85 88.92 -
System Red Green Blue C M Y K H S L
Decimal 6 97 18 0.94 0 0.81 0.62 127.91 0.88 0.2
Hex 6 61 12 5E 0 51 3E 80 58 14
Octal 6 141 22 136 0 121 76 200 130 24
Binary 110 1100001 10010 1011110 0 1010001 111110 10000000 1011000 10100

Color Harmonies of #066112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066112

Black with #066112

Text Example


Text Example

White with #066112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066112; }

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

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

background-color css

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

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

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

border-color css

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

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

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