#06721E

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

Shades of Crusoe #06721E

Tints of Crusoe #06721E

Color information

#06721E (or 0x06721E) is unknown color: approx Crusoe. HEX triplet: 06, 72 and 1E. RGB value is (6,114,30). Sum of RGB (Red+Green+Blue) = 6+114+30=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 114 (44.92% from 255 or 76% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 114 - color contains mainly: green. Hex color #06721E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06721E is #F98DE1. Grayscale: #484848. Windows color (decimal): -16354786 or 1995270. OLE color: 1995270.

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

Color convert

RGB611430-
CMYK0.9500.740.55
HSL133.33º90%23.53%-
HSV(B)133.33º94.74%44.71%-
XYZ6.3312.173.24-
YUV72.13104.2280.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 114 (44.92% from 255) = 76%
BLUE value IS 30 (12.11% from 255) = 20%
R=4%
G=76%
B=20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114300.9500.740.55133.339023.53
Hex6721E5F04A37855a18
Octal61623613701126720513230
Binary11011100101111010111110100101011011110000101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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