Html Css Color HEX #006717 Crusoe

📋 copy color: '#006717'

red 0 ◦ green 103 ◦ blue 23

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

Shades of Crusoe #006717

Tints of Crusoe #006717

RGB

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

 GREEN value IS 103 (40.63% from 255) = 81.75%

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

R = 0%
G = 81.75%
B = 18.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#006717 (or 0x006717) is known color: Crusoe. HEX triplet: 00, 67 and 17. RGB value is (0,103,23). Sum of RGB (Red+Green+Blue) = 0+103+23=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 103 (40.62% from 255 or 81.75% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 103 - color contains mainly: green. Hex color #006717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006717 is #FF98E8. Grayscale: #3F3F3F. Windows color (decimal): -16750825 or 1533696. OLE color: 1533696.

HSL color Cylindrical-coordinate representation of color #006717: hue angle of 133.4º 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 #006717 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 103 23 -
CMYK 1 0 0.78 0.60
HSL 133.4º 1% 0.2% -
HSV(B) 133.4º 1% 0.4% -
XYZ 5 9.76 2.43 -
YUV 63.08 105.38 83 -
System Red Green Blue C M Y K H S L
Decimal 0 103 23 1 0 0.78 0.60 133.4 1 0.2
Hex 0 67 17 64 0 4E 3C 85 64 14
Octal 0 147 27 144 0 116 74 205 144 24
Binary 0 1100111 10111 1100100 0 1001110 111100 10000101 1100100 10100

Color Harmonies of #006717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006717

Black with #006717

Text Example


Text Example

White with #006717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006717; }

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

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

background-color css

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

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

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

border-color css

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

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

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