Html Css Color HEX #006016 Crusoe

📋 copy color: '#006016'

red 0 ◦ green 96 ◦ blue 22

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

Shades of Crusoe #006016

Tints of Crusoe #006016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.64%

R = 0%
G = 81.36%
B = 18.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#006016 (or 0x006016) is known color: Crusoe. HEX triplet: 00, 60 and 16. RGB value is (0,96,22). Sum of RGB (Red+Green+Blue) = 0+96+22=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #006016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006016 is #FF9FE9. Grayscale: #3B3B3B. Windows color (decimal): -16752618 or 1466368. OLE color: 1466368.

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

Color convert

RGB 0 96 22 -
CMYK 1 0 0.77 0.62
HSL 133.75º 1% 0.19% -
HSV(B) 133.75º 1% 0.38% -
XYZ 4.33 8.42 2.16 -
YUV 58.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 0 96 22 1 0 0.77 0.62 133.75 1 0.19
Hex 0 60 16 64 0 4D 3E 86 64 13
Octal 0 140 26 144 0 115 76 206 144 23
Binary 0 1100000 10110 1100100 0 1001101 111110 10000110 1100100 10011

Color Harmonies of #006016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006016

Black with #006016

Text Example


Text Example

White with #006016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006016; }

 p { color: rgb(0,96,22); }

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

background-color css

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

 a { background-color: rgb(0,96,22); }

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

border-color css

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

 span { border-color: rgb(0,96,22); }

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