Html Css Color HEX #066218 Crusoe

📋 copy color: '#066218'

red 6 ◦ green 98 ◦ blue 24

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

Shades of Crusoe #066218

Tints of Crusoe #066218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.75%

R = 4.69%
G = 76.56%
B = 18.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#066218 (or 0x066218) is known color: Crusoe. HEX triplet: 06, 62 and 18. RGB value is (6,98,24). Sum of RGB (Red+Green+Blue) = 6+98+24=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #066218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066218 is #F99DE7. Grayscale: #3E3E3E. Windows color (decimal): -16358888 or 1597958. OLE color: 1597958.

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

Color convert

RGB 6 98 24 -
CMYK 0.94 0 0.76 0.62
HSL 131.74º 0.88% 0.2% -
HSV(B) 131.74º 0.94% 0.38% -
XYZ 4.61 8.84 2.33 -
YUV 62.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 6 98 24 0.94 0 0.76 0.62 131.74 0.88 0.2
Hex 6 62 18 5E 0 4C 3E 84 58 14
Octal 6 142 30 136 0 114 76 204 130 24
Binary 110 1100010 11000 1011110 0 1001100 111110 10000100 1011000 10100

Color Harmonies of #066218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066218

Black with #066218

Text Example


Text Example

White with #066218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066218; }

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

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

background-color css

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

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

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

border-color css

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

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

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