Html Css Color HEX #066022 Crusoe

📋 copy color: '#066022'

red 6 ◦ green 96 ◦ blue 34

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

Shades of Crusoe #066022

Tints of Crusoe #066022

RGB

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

 GREEN value IS 96 (37.89% from 255) = 70.59%

 BLUE value IS 34 (13.67% from 255) = 25%

R = 4.41%
G = 70.59%
B = 25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#066022 (or 0x066022) is known color: Crusoe. HEX triplet: 06, 60 and 22. RGB value is (6,96,34). Sum of RGB (Red+Green+Blue) = 6+96+34=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 96 (37.89% from 255 or 70.59% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 96 - color contains mainly: green. Hex color #066022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066022 is #F99FDD. Grayscale: #3E3E3E. Windows color (decimal): -16359390 or 2252806. OLE color: 2252806.

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

Color convert

RGB 6 96 34 -
CMYK 0.94 0 0.65 0.62
HSL 138.67º 0.88% 0.2% -
HSV(B) 138.67º 0.94% 0.38% -
XYZ 4.55 8.52 2.92 -
YUV 62.02 112.18 88.04 -
System Red Green Blue C M Y K H S L
Decimal 6 96 34 0.94 0 0.65 0.62 138.67 0.88 0.2
Hex 6 60 22 5E 0 41 3E 8B 58 14
Octal 6 140 42 136 0 101 76 213 130 24
Binary 110 1100000 100010 1011110 0 1000001 111110 10001011 1011000 10100

Color Harmonies of #066022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066022

Black with #066022

Text Example


Text Example

White with #066022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066022; }

 p { color: rgb(6,96,34); }

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

background-color css

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

 a { background-color: rgb(6,96,34); }

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

border-color css

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

 span { border-color: rgb(6,96,34); }

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