#06722B

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

Shades of Crusoe #06722B

Tints of Crusoe #06722B

Color information

#06722B (or 0x06722B) is unknown color: approx Crusoe. HEX triplet: 06, 72 and 2B. RGB value is (6,114,43). Sum of RGB (Red+Green+Blue) = 6+114+43=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 114 (44.92% from 255 or 69.94% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 114 - color contains mainly: green. Hex color #06722B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06722B is #F98DD4. Grayscale: #494949. Windows color (decimal): -16354773 or 2847238. OLE color: 2847238.

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

Color convert

RGB611443-
CMYK0.9500.620.55
HSL140.56º90%23.53%-
HSV(B)140.56º94.74%44.71%-
XYZ6.5312.254.31-
YUV73.61110.7279.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 114 (44.92% from 255) = 69.94%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=3.68%
G=69.94%
B=26.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114430.9500.620.55140.569023.53
Hex6722B5F03E378d5a18
Octal6162531370766721513230
Binary11011100101010111011111011111011011110001101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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