Html Css Color HEX #006517 Crusoe

📋 copy color: '#006517'

red 0 ◦ green 101 ◦ blue 23

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

Shades of Crusoe #006517

Tints of Crusoe #006517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 81.45%

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

R = 0%
G = 81.45%
B = 18.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#006517 (or 0x006517) is known color: Crusoe. HEX triplet: 00, 65 and 17. RGB value is (0,101,23). Sum of RGB (Red+Green+Blue) = 0+101+23=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 101 (39.84% from 255 or 81.45% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 101 - color contains mainly: green. Hex color #006517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006517 is #FF9AE8. Grayscale: #3E3E3E. Windows color (decimal): -16751337 or 1533184. OLE color: 1533184.

HSL color Cylindrical-coordinate representation of color #006517: hue angle of 133.66º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006517 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 101 23 -
CMYK 1 0 0.77 0.60
HSL 133.66º 1% 0.2% -
HSV(B) 133.66º 1% 0.4% -
XYZ 4.81 9.37 2.37 -
YUV 61.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 0 101 23 1 0 0.77 0.60 133.66 1 0.2
Hex 0 65 17 64 0 4D 3C 86 64 14
Octal 0 145 27 144 0 115 74 206 144 24
Binary 0 1100101 10111 1100100 0 1001101 111100 10000110 1100100 10100

Color Harmonies of #006517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006517

Black with #006517

Text Example


Text Example

White with #006517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006517; }

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

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

background-color css

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

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

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

border-color css

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

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

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