#076722

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

Shades of Crusoe #076722

Tints of Crusoe #076722

Color information

#076722 (or 0x076722) is unknown color: approx Crusoe. HEX triplet: 07, 67 and 22. RGB value is (7,103,34). Sum of RGB (Red+Green+Blue) = 7+103+34=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 103 (40.62% from 255 or 71.53% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 103 - color contains mainly: green. Hex color #076722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076722 is #F898DD. Grayscale: #424242. Windows color (decimal): -16292062 or 2254599. OLE color: 2254599.

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

Color convert

RGB710334-
CMYK0.9300.670.60
HSL136.88º87.27%21.57%-
HSV(B)136.88º93.2%40.39%-
XYZ5.239.863.14-
YUV66.43109.785.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 103 (40.62% from 255) = 71.53%
BLUE value IS 34 (13.67% from 255) = 23.61%
R=4.86%
G=71.53%
B=23.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7103340.9300.670.60136.8887.2721.57
Hex767225D0433C895716
Octal71474213501037421112726
Binary111110011110001010111010100001111110010001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076722; }

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

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

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

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

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

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

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

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