#066115

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

Shades of Crusoe #066115

Tints of Crusoe #066115

Color information

#066115 (or 0x066115) is unknown color: approx Crusoe. HEX triplet: 06, 61 and 15. RGB value is (6,97,21). Sum of RGB (Red+Green+Blue) = 6+97+21=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 97 (38.28% from 255 or 78.23% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 97 - color contains mainly: green. Hex color #066115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066115 is #F99EEA. Grayscale: #3D3D3D. Windows color (decimal): -16359147 or 1401094. OLE color: 1401094.

HSL color Cylindrical-coordinate representation of color #066115: hue angle of 129.89º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066115 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB69721-
CMYK0.9400.780.62
HSL129.89º88.35%20.2%-
HSV(B)129.89º93.81%38.04%-
XYZ4.498.642.14-
YUV61.13105.3588.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 97 (38.28% from 255) = 78.23%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=4.84%
G=78.23%
B=16.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697210.9400.780.62129.8988.3520.2
Hex661155E04E3E825814
Octal61412513601167620213024
Binary11011000011010110111100100111011111010000010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066115; }

 p { color: rgb(6,97,21); }

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

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

 a { background-color: rgb(6,97,21); }

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

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

 span { border-color: rgb(6,97,21); }

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