#067122

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

Shades of Crusoe #067122

Tints of Crusoe #067122

Color information

#067122 (or 0x067122) is unknown color: approx Crusoe. HEX triplet: 06, 71 and 22. RGB value is (6,113,34). Sum of RGB (Red+Green+Blue) = 6+113+34=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #067122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067122 is #F98EDD. Grayscale: #484848. Windows color (decimal): -16355038 or 2257158. OLE color: 2257158.

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

Color convert

RGB611334-
CMYK0.9500.700.56
HSL135.7º89.92%23.33%-
HSV(B)135.7º94.69%44.31%-
XYZ6.2711.963.49-
YUV72106.5580.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 113 (44.53% from 255) = 73.86%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=3.92%
G=73.86%
B=22.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113340.9500.700.56135.789.9223.33
Hex671225F04638885a17
Octal61614213701067021013227
Binary110111000110001010111110100011011100010001000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067122; }

 p { color: rgb(6,113,34); }

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

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

 a { background-color: rgb(6,113,34); }

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

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

 span { border-color: rgb(6,113,34); }

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