#076920

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

Shades of Crusoe #076920

Tints of Crusoe #076920

Color information

#076920 (or 0x076920) is unknown color: approx Crusoe. HEX triplet: 07, 69 and 20. RGB value is (7,105,32). Sum of RGB (Red+Green+Blue) = 7+105+32=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #076920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076920 is #F896DF. Grayscale: #434343. Windows color (decimal): -16291552 or 2124039. OLE color: 2124039.

HSL color Cylindrical-coordinate representation of color #076920: hue angle of 135.31º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076920 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB710532-
CMYK0.9300.700.59
HSL135.31º87.5%21.96%-
HSV(B)135.31º93.33%41.18%-
XYZ5.410.253.06-
YUV67.38108.0384.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 105 (41.41% from 255) = 72.92%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=4.86%
G=72.92%
B=22.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7105320.9300.700.59135.3187.521.96
Hex769205D0463B875816
Octal71514013501067320713026
Binary111110100110000010111010100011011101110000111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076920; }

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

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

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

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

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

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

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

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