#06612A

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

Shades of Crusoe #06612A

Tints of Crusoe #06612A

Color information

#06612A (or 0x06612A) is unknown color: approx Crusoe. HEX triplet: 06, 61 and 2A. RGB value is (6,97,42). Sum of RGB (Red+Green+Blue) = 6+97+42=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 97 (38.28% from 255 or 66.90% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 97 - color contains mainly: green. Hex color #06612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06612A is #F99ED5. Grayscale: #3F3F3F. Windows color (decimal): -16359126 or 2777350. OLE color: 2777350.

HSL color Cylindrical-coordinate representation of color #06612A: hue angle of 143.74º 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 #06612A is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB69742-
CMYK0.9400.570.62
HSL143.74º88.35%20.2%-
HSV(B)143.74º93.81%38.04%-
XYZ4.778.763.63-
YUV63.52115.8586.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 97 (38.28% from 255) = 66.90%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=4.14%
G=66.90%
B=28.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697420.9400.570.62143.7488.3520.2
Hex6612A5E0393E905814
Octal6141521360717622013024
Binary11011000011010101011110011100111111010010000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06612A; }

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

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

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

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

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

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

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

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