#077222

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

Shades of Crusoe #077222

Tints of Crusoe #077222

Color information

#077222 (or 0x077222) is unknown color: approx Crusoe. HEX triplet: 07, 72 and 22. RGB value is (7,114,34). Sum of RGB (Red+Green+Blue) = 7+114+34=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #077222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077222 is #F88DDD. Grayscale: #494949. Windows color (decimal): -16289246 or 2257415. OLE color: 2257415.

HSL color Cylindrical-coordinate representation of color #077222: hue angle of 135.14º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077222 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB711434-
CMYK0.9400.700.55
HSL135.14º88.43%23.73%-
HSV(B)135.14º93.86%44.71%-
XYZ6.3912.23.53-
YUV72.89106.0581-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 114 (44.92% from 255) = 73.55%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=4.52%
G=73.55%
B=21.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114340.9400.700.55135.1488.4323.73
Hex772225E04637875818
Octal71624213601066720713030
Binary111111001010001010111100100011011011110000111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077222; }

 p { color: rgb(7,114,34); }

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

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

 a { background-color: rgb(7,114,34); }

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

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

 span { border-color: rgb(7,114,34); }

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