Html Css Color HEX #066C0B Green

📋 copy color: '#066C0B'

red 6 ◦ green 108 ◦ blue 11

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

Shades of Green #066C0B

Tints of Green #066C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.8%

R = 4.8%
G = 86.4%
B = 8.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#066C0B (or 0x066C0B) is known color: Green. HEX triplet: 06, 6C and 0B. RGB value is (6,108,11). Sum of RGB (Red+Green+Blue) = 6+108+11=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 108 (42.58% from 255 or 86.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 108 - color contains mainly: green. Hex color #066C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066C0B is #F993F4. Grayscale: #424242. Windows color (decimal): -16356341 or 748550. OLE color: 748550.

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

Color convert

RGB 6 108 11 -
CMYK 0.94 0 0.90 0.58
HSL 122.94º 0.89% 0.22% -
HSV(B) 122.94º 0.94% 0.42% -
XYZ 5.5 10.79 2.11 -
YUV 66.44 96.71 84.89 -
System Red Green Blue C M Y K H S L
Decimal 6 108 11 0.94 0 0.90 0.58 122.94 0.89 0.22
Hex 6 6C B 5E 0 5A 3A 7B 59 16
Octal 6 154 13 136 0 132 72 173 131 26
Binary 110 1101100 1011 1011110 0 1011010 111010 1111011 1011001 10110

Color Harmonies of #066C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066C0B

Black with #066C0B

Text Example


Text Example

White with #066C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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