#006116

Color #006116 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #006116

Tints of Crusoe #006116

Color information

#006116 (or 0x006116) is unknown color: approx Crusoe. HEX triplet: 00, 61 and 16. RGB value is (0,97,22). Sum of RGB (Red+Green+Blue) = 0+97+22=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 97 (38.28% from 255 or 81.51% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 97 - color contains mainly: green. Hex color #006116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006116 is #FF9EE9. Grayscale: #3B3B3B. Windows color (decimal): -16752362 or 1466624. OLE color: 1466624.

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

Color convert

RGB09722-
CMYK100.770.62
HSL133.61º100%19.02%-
HSV(B)133.61º100%38.04%-
XYZ4.428.612.19-
YUV59.45106.8685.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 81.51%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=0%
G=81.51%
B=18.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09722100.770.62133.6110019.02
Hex061166404D3E866413
Octal01412614401157620614423
Binary011000011011011001000100110111111010000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006116; }

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

 H1.HeaderClassName
 {
   color: #006116;
 }
 .AnyTagClassName
 {
   color: #006116;
 }
</style>
background-color css

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

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

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

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

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

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