Html Css Color HEX #066C0A Green

📋 copy color: '#066C0A'

red 6 ◦ green 108 ◦ blue 10

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

Shades of Green #066C0A

Tints of Green #066C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.06%

R = 4.84%
G = 87.1%
B = 8.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.58

RGB Variations

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

Color information

#066C0A (or 0x066C0A) is known color: Green. HEX triplet: 06, 6C and 0A. RGB value is (6,108,10). Sum of RGB (Red+Green+Blue) = 6+108+10=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 108 (42.58% from 255 or 87.10% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 108 - color contains mainly: green. Hex color #066C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066C0A is #F993F5. Grayscale: #424242. Windows color (decimal): -16356342 or 683014. OLE color: 683014.

HSL color Cylindrical-coordinate representation of color #066C0A: hue angle of 122.35º 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 #066C0A is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 108 10 -
CMYK 0.94 0 0.91 0.58
HSL 122.35º 0.89% 0.22% -
HSV(B) 122.35º 0.94% 0.42% -
XYZ 5.49 10.79 2.08 -
YUV 66.33 96.21 84.97 -
System Red Green Blue C M Y K H S L
Decimal 6 108 10 0.94 0 0.91 0.58 122.35 0.89 0.22
Hex 6 6C A 5E 0 5B 3A 7A 59 16
Octal 6 154 12 136 0 133 72 172 131 26
Binary 110 1101100 1010 1011110 0 1011011 111010 1111010 1011001 10110

Color Harmonies of #066C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066C0A

Black with #066C0A

Text Example


Text Example

White with #066C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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