#06712E

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

Shades of Crusoe #06712E

Tints of Crusoe #06712E

Color information

#06712E (or 0x06712E) is unknown color: approx Crusoe. HEX triplet: 06, 71 and 2E. RGB value is (6,113,46). Sum of RGB (Red+Green+Blue) = 6+113+46=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #06712E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06712E is #F98ED1. Grayscale: #494949. Windows color (decimal): -16355026 or 3043590. OLE color: 3043590.

HSL color Cylindrical-coordinate representation of color #06712E: hue angle of 142.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06712E is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB611346-
CMYK0.9500.590.56
HSL142.43º89.92%23.33%-
HSV(B)142.43º94.69%44.31%-
XYZ6.4712.054.57-
YUV73.37112.5579.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 113 (44.53% from 255) = 68.48%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=3.64%
G=68.48%
B=27.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113460.9500.590.56142.4389.9223.33
Hex6712E5F03B388e5a17
Octal6161561370737021613227
Binary11011100011011101011111011101111100010001110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06712E; }

 p { color: rgb(6,113,46); }

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

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

 a { background-color: rgb(6,113,46); }

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

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

 span { border-color: rgb(6,113,46); }

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