Html Css Color HEX #066117 Crusoe

📋 copy color: '#066117'

red 6 ◦ green 97 ◦ blue 23

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

Shades of Crusoe #066117

Tints of Crusoe #066117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.25%

R = 4.76%
G = 76.98%
B = 18.25%

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

#066117 (or 0x066117) is known color: Crusoe. HEX triplet: 06, 61 and 17. RGB value is (6,97,23). Sum of RGB (Red+Green+Blue) = 6+97+23=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 97 (38.28% from 255 or 76.98% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 97 - color contains mainly: green. Hex color #066117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066117 is #F99EE8. Grayscale: #3D3D3D. Windows color (decimal): -16359145 or 1532166. OLE color: 1532166.

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

Color convert

RGB 6 97 23 -
CMYK 0.94 0 0.76 0.62
HSL 131.21º 0.88% 0.2% -
HSV(B) 131.21º 0.94% 0.38% -
XYZ 4.5 8.65 2.24 -
YUV 61.36 106.35 88.52 -
System Red Green Blue C M Y K H S L
Decimal 6 97 23 0.94 0 0.76 0.62 131.21 0.88 0.2
Hex 6 61 17 5E 0 4C 3E 83 58 14
Octal 6 141 27 136 0 114 76 203 130 24
Binary 110 1100001 10111 1011110 0 1001100 111110 10000011 1011000 10100

Color Harmonies of #066117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066117

Black with #066117

Text Example


Text Example

White with #066117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066117; }

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

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

background-color css

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

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

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

border-color css

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

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

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