#076220

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

Shades of Crusoe #076220

Tints of Crusoe #076220

Color information

#076220 (or 0x076220) is unknown color: approx Crusoe. HEX triplet: 07, 62 and 20. RGB value is (7,98,32). Sum of RGB (Red+Green+Blue) = 7+98+32=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 98 (38.67% from 255 or 71.53% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 98 - color contains mainly: green. Hex color #076220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076220 is #F89DDF. Grayscale: #3F3F3F. Windows color (decimal): -16293344 or 2122247. OLE color: 2122247.

HSL color Cylindrical-coordinate representation of color #076220: hue angle of 136.48º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076220 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB79832-
CMYK0.9300.670.62
HSL136.48º86.67%20.59%-
HSV(B)136.48º92.86%38.43%-
XYZ4.728.882.83-
YUV63.27110.3587.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.11%
GREEN value IS 98 (38.67% from 255) = 71.53%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=5.11%
G=71.53%
B=23.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798320.9300.670.62136.4886.6720.59
Hex762205D0433E885715
Octal71424013501037621012725
Binary111110001010000010111010100001111111010001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076220; }

 p { color: rgb(7,98,32); }

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

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

 a { background-color: rgb(7,98,32); }

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

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

 span { border-color: rgb(7,98,32); }

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