#06732E

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

Shades of Crusoe #06732E

Tints of Crusoe #06732E

Color information

#06732E (or 0x06732E) is unknown color: approx Crusoe. HEX triplet: 06, 73 and 2E. RGB value is (6,115,46). Sum of RGB (Red+Green+Blue) = 6+115+46=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 115 (45.31% from 255 or 68.86% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 115 - color contains mainly: green. Hex color #06732E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06732E is #F98CD1. Grayscale: #4A4A4A. Windows color (decimal): -16354514 or 3044102. OLE color: 3044102.

HSL color Cylindrical-coordinate representation of color #06732E: hue angle of 142.02º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06732E is Cyan = 0.95, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB611546-
CMYK0.9500.60.55
HSL142.02º90.08%23.73%-
HSV(B)142.02º94.78%45.1%-
XYZ6.712.54.64-
YUV74.54111.8979.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 115 (45.31% from 255) = 68.86%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=3.59%
G=68.86%
B=27.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6115460.9500.60.55142.0290.0823.73
Hex6732E5F03C378e5a18
Octal6163561370746721613230
Binary11011100111011101011111011110011011110001110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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