#076216

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

Shades of Crusoe #076216

Tints of Crusoe #076216

Color information

#076216 (or 0x076216) is unknown color: approx Crusoe. HEX triplet: 07, 62 and 16. RGB value is (7,98,22). Sum of RGB (Red+Green+Blue) = 7+98+22=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 98 (38.67% from 255 or 77.17% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 98 - color contains mainly: green. Hex color #076216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076216 is #F89DE9. Grayscale: #3E3E3E. Windows color (decimal): -16293354 or 1466887. OLE color: 1466887.

HSL color Cylindrical-coordinate representation of color #076216: hue angle of 129.89º 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 #076216 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB79822-
CMYK0.9300.780.62
HSL129.89º86.67%20.59%-
HSV(B)129.89º92.86%38.43%-
XYZ4.68.842.22-
YUV62.13105.3588.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 98 (38.67% from 255) = 77.17%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=5.51%
G=77.17%
B=17.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798220.9300.780.62129.8986.6720.59
Hex762165D04E3E825715
Octal71422613501167620212725
Binary11111000101011010111010100111011111010000010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076216; }

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

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

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

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

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

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

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

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