Html Css Color HEX #066116 Crusoe

📋 copy color: '#066116'

red 6 ◦ green 97 ◦ blue 22

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

Shades of Crusoe #066116

Tints of Crusoe #066116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.6%

R = 4.8%
G = 77.6%
B = 17.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#066116 (or 0x066116) is known color: Crusoe. HEX triplet: 06, 61 and 16. RGB value is (6,97,22). Sum of RGB (Red+Green+Blue) = 6+97+22=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 97 (38.28% from 255 or 77.6% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 97 - color contains mainly: green. Hex color #066116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066116 is #F99EE9. Grayscale: #3D3D3D. Windows color (decimal): -16359146 or 1466630. OLE color: 1466630.

HSL color Cylindrical-coordinate representation of color #066116: hue angle of 130.55º 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 #066116 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 97 22 -
CMYK 0.94 0 0.77 0.62
HSL 130.55º 0.88% 0.2% -
HSV(B) 130.55º 0.94% 0.38% -
XYZ 4.49 8.65 2.19 -
YUV 61.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 6 97 22 0.94 0 0.77 0.62 130.55 0.88 0.2
Hex 6 61 16 5E 0 4D 3E 83 58 14
Octal 6 141 26 136 0 115 76 203 130 24
Binary 110 1100001 10110 1011110 0 1001101 111110 10000011 1011000 10100

Color Harmonies of #066116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066116

Black with #066116

Text Example


Text Example

White with #066116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066116; }

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

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

background-color css

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

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

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

border-color css

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

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

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