#067020

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

Shades of Crusoe #067020

Tints of Crusoe #067020

Color information

#067020 (or 0x067020) is unknown color: approx Crusoe. HEX triplet: 06, 70 and 20. RGB value is (6,112,32). Sum of RGB (Red+Green+Blue) = 6+112+32=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #067020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067020 is #F98FDF. Grayscale: #474747. Windows color (decimal): -16355296 or 2125830. OLE color: 2125830.

HSL color Cylindrical-coordinate representation of color #067020: hue angle of 134.72º 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 #067020 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB611232-
CMYK0.9500.710.56
HSL134.72º89.83%23.14%-
HSV(B)134.72º94.64%43.92%-
XYZ6.1311.733.31-
YUV71.19105.8881.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 112 (44.14% from 255) = 74.67%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=4%
G=74.67%
B=21.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6112320.9500.710.56134.7289.8323.14
Hex670205F04738875a17
Octal61604013701077020713227
Binary110111000010000010111110100011111100010000111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067020; }

 p { color: rgb(6,112,32); }

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

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

 a { background-color: rgb(6,112,32); }

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

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

 span { border-color: rgb(6,112,32); }

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