Html Css Color HEX #066C0C Green

📋 copy color: '#066C0C'

red 6 ◦ green 108 ◦ blue 12

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

Shades of Green #066C0C

Tints of Green #066C0C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 85.71%

 BLUE value IS 12 (5.08% from 255) = 9.52%

R = 4.76%
G = 85.71%
B = 9.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#066C0C (or 0x066C0C) is known color: Green. HEX triplet: 06, 6C and 0C. RGB value is (6,108,12). Sum of RGB (Red+Green+Blue) = 6+108+12=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 108 (42.58% from 255 or 85.71% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 108 - color contains mainly: green. Hex color #066C0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066C0C is #F993F3. Grayscale: #424242. Windows color (decimal): -16356340 or 814086. OLE color: 814086.

HSL color Cylindrical-coordinate representation of color #066C0C: hue angle of 123.53º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066C0C is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 108 12 -
CMYK 0.94 0 0.89 0.58
HSL 123.53º 0.89% 0.22% -
HSV(B) 123.53º 0.94% 0.42% -
XYZ 5.5 10.79 2.14 -
YUV 66.56 97.21 84.81 -
System Red Green Blue C M Y K H S L
Decimal 6 108 12 0.94 0 0.89 0.58 123.53 0.89 0.22
Hex 6 6C C 5E 0 59 3A 7C 59 16
Octal 6 154 14 136 0 131 72 174 131 26
Binary 110 1101100 1100 1011110 0 1011001 111010 1111100 1011001 10110

Color Harmonies of #066C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066C0C

Black with #066C0C

Text Example


Text Example

White with #066C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,108,12); }

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

background-color css

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

 a { background-color: rgb(6,108,12); }

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

border-color css

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

 span { border-color: rgb(6,108,12); }

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