Html Css Color HEX #066017 Crusoe

📋 copy color: '#066017'

red 6 ◦ green 96 ◦ blue 23

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

Shades of Crusoe #066017

Tints of Crusoe #066017

RGB

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

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

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

R = 4.8%
G = 76.8%
B = 18.4%

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

#066017 (or 0x066017) is known color: Crusoe. HEX triplet: 06, 60 and 17. RGB value is (6,96,23). Sum of RGB (Red+Green+Blue) = 6+96+23=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #066017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066017 is #F99FE8. Grayscale: #3C3C3C. Windows color (decimal): -16359401 or 1531910. OLE color: 1531910.

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

Color convert

RGB 6 96 23 -
CMYK 0.94 0 0.76 0.62
HSL 131.33º 0.88% 0.2% -
HSV(B) 131.33º 0.94% 0.38% -
XYZ 4.41 8.47 2.21 -
YUV 60.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 6 96 23 0.94 0 0.76 0.62 131.33 0.88 0.2
Hex 6 60 17 5E 0 4C 3E 83 58 14
Octal 6 140 27 136 0 114 76 203 130 24
Binary 110 1100000 10111 1011110 0 1001100 111110 10000011 1011000 10100

Color Harmonies of #066017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066017

Black with #066017

Text Example


Text Example

White with #066017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066017; }

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

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

background-color css

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

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

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

border-color css

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

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

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