#065812

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

Shades of Crusoe #065812

Tints of Crusoe #065812

Color information

#065812 (or 0x065812) is unknown color: approx Crusoe. HEX triplet: 06, 58 and 12. RGB value is (6,88,18). Sum of RGB (Red+Green+Blue) = 6+88+18=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 88 (34.77% from 255 or 78.57% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 88 - color contains mainly: green. Hex color #065812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065812 is #F9A7ED. Grayscale: #373737. Windows color (decimal): -16361454 or 1202182. OLE color: 1202182.

HSL color Cylindrical-coordinate representation of color #065812: hue angle of 128.78º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065812 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB68818-
CMYK0.9300.800.65
HSL128.78º87.23%18.43%-
HSV(B)128.78º93.18%34.51%-
XYZ3.677.061.74-
YUV55.5106.8392.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 88 (34.77% from 255) = 78.57%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=5.36%
G=78.57%
B=16.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688180.9300.800.65128.7887.2318.43
Hex658125D05041815712
Octal613022135012010120112722
Binary110101100010010101110101010000100000110000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065812; }

 p { color: rgb(6,88,18); }

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

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

 a { background-color: rgb(6,88,18); }

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

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

 span { border-color: rgb(6,88,18); }

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