Html Css Color HEX #006117 Crusoe

📋 copy color: '#006117'

red 0 ◦ green 97 ◦ blue 23

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

Shades of Crusoe #006117

Tints of Crusoe #006117

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 80.83%
B = 19.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#006117 (or 0x006117) is known color: Crusoe. HEX triplet: 00, 61 and 17. RGB value is (0,97,23). Sum of RGB (Red+Green+Blue) = 0+97+23=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 97 (38.28% from 255 or 80.83% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 97 - color contains mainly: green. Hex color #006117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006117 is #FF9EE8. Grayscale: #3B3B3B. Windows color (decimal): -16752361 or 1532160. OLE color: 1532160.

HSL color Cylindrical-coordinate representation of color #006117: hue angle of 134.23º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006117 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 97 23 -
CMYK 1 0 0.76 0.62
HSL 134.23º 1% 0.19% -
HSV(B) 134.23º 1% 0.38% -
XYZ 4.43 8.61 2.24 -
YUV 59.56 107.36 85.52 -
System Red Green Blue C M Y K H S L
Decimal 0 97 23 1 0 0.76 0.62 134.23 1 0.19
Hex 0 61 17 64 0 4C 3E 86 64 13
Octal 0 141 27 144 0 114 76 206 144 23
Binary 0 1100001 10111 1100100 0 1001100 111110 10000110 1100100 10011

Color Harmonies of #006117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006117

Black with #006117

Text Example


Text Example

White with #006117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006117; }

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

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

background-color css

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

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

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

border-color css

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

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

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