#06722E

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

Shades of Crusoe #06722E

Tints of Crusoe #06722E

Color information

#06722E (or 0x06722E) is unknown color: approx Crusoe. HEX triplet: 06, 72 and 2E. RGB value is (6,114,46). Sum of RGB (Red+Green+Blue) = 6+114+46=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #06722E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06722E is #F98DD1. Grayscale: #4A4A4A. Windows color (decimal): -16354770 or 3043846. OLE color: 3043846.

HSL color Cylindrical-coordinate representation of color #06722E: hue angle of 142.22º 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 #06722E is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB611446-
CMYK0.9500.600.55
HSL142.22º90%23.53%-
HSV(B)142.22º94.74%44.71%-
XYZ6.5912.274.61-
YUV73.96112.2279.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 114 (44.92% from 255) = 68.67%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=3.61%
G=68.67%
B=27.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114460.9500.600.55142.229023.53
Hex6722E5F03C378e5a18
Octal6162561370746721613230
Binary11011100101011101011111011110011011110001110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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