Html Css Color HEX #066120 Crusoe

📋 copy color: '#066120'

red 6 ◦ green 97 ◦ blue 32

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

Shades of Crusoe #066120

Tints of Crusoe #066120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 4.44%
G = 71.85%
B = 23.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#066120 (or 0x066120) is known color: Crusoe. HEX triplet: 06, 61 and 20. RGB value is (6,97,32). Sum of RGB (Red+Green+Blue) = 6+97+32=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #066120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066120 is #F99EDF. Grayscale: #3E3E3E. Windows color (decimal): -16359136 or 2121990. OLE color: 2121990.

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

Color convert

RGB 6 97 32 -
CMYK 0.94 0 0.67 0.62
HSL 137.14º 0.88% 0.2% -
HSV(B) 137.14º 0.94% 0.38% -
XYZ 4.61 8.69 2.8 -
YUV 62.38 110.85 87.79 -
System Red Green Blue C M Y K H S L
Decimal 6 97 32 0.94 0 0.67 0.62 137.14 0.88 0.2
Hex 6 61 20 5E 0 43 3E 89 58 14
Octal 6 141 40 136 0 103 76 211 130 24
Binary 110 1100001 100000 1011110 0 1000011 111110 10001001 1011000 10100

Color Harmonies of #066120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066120

Black with #066120

Text Example


Text Example

White with #066120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066120; }

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

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

background-color css

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

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

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

border-color css

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

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

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