Html Css Color HEX #066222 Crusoe

📋 copy color: '#066222'

red 6 ◦ green 98 ◦ blue 34

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

Shades of Crusoe #066222

Tints of Crusoe #066222

RGB

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

 GREEN value IS 98 (38.67% from 255) = 71.01%

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

R = 4.35%
G = 71.01%
B = 24.64%

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

#066222 (or 0x066222) is known color: Crusoe. HEX triplet: 06, 62 and 22. RGB value is (6,98,34). Sum of RGB (Red+Green+Blue) = 6+98+34=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #066222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066222 is #F99DDD. Grayscale: #3F3F3F. Windows color (decimal): -16358878 or 2253318. OLE color: 2253318.

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

Color convert

RGB 6 98 34 -
CMYK 0.94 0 0.65 0.62
HSL 138.26º 0.88% 0.2% -
HSV(B) 138.26º 0.94% 0.38% -
XYZ 4.73 8.89 2.98 -
YUV 63.2 111.52 87.2 -
System Red Green Blue C M Y K H S L
Decimal 6 98 34 0.94 0 0.65 0.62 138.26 0.88 0.2
Hex 6 62 22 5E 0 41 3E 8A 58 14
Octal 6 142 42 136 0 101 76 212 130 24
Binary 110 1100010 100010 1011110 0 1000001 111110 10001010 1011000 10100

Color Harmonies of #066222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066222

Black with #066222

Text Example


Text Example

White with #066222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066222; }

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

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

background-color css

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

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

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

border-color css

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

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

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