#076922

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

Shades of Crusoe #076922

Tints of Crusoe #076922

Color information

#076922 (or 0x076922) is unknown color: approx Crusoe. HEX triplet: 07, 69 and 22. RGB value is (7,105,34). Sum of RGB (Red+Green+Blue) = 7+105+34=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #076922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076922 is #F896DD. Grayscale: #434343. Windows color (decimal): -16291550 or 2255111. OLE color: 2255111.

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

Color convert

RGB710534-
CMYK0.9300.680.59
HSL136.53º87.5%21.96%-
HSV(B)136.53º93.33%41.18%-
XYZ5.4310.263.21-
YUV67.6109.0384.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 105 (41.41% from 255) = 71.92%
BLUE value IS 34 (13.67% from 255) = 23.29%
R=4.79%
G=71.92%
B=23.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7105340.9300.680.59136.5387.521.96
Hex769225D0443B895816
Octal71514213501047321113026
Binary111110100110001010111010100010011101110001001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076922; }

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

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

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

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

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

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

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

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