#076422

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

Shades of Crusoe #076422

Tints of Crusoe #076422

Color information

#076422 (or 0x076422) is unknown color: approx Crusoe. HEX triplet: 07, 64 and 22. RGB value is (7,100,34). Sum of RGB (Red+Green+Blue) = 7+100+34=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #076422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076422 is #F89BDD. Grayscale: #404040. Windows color (decimal): -16292830 or 2253831. OLE color: 2253831.

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

Color convert

RGB710034-
CMYK0.9300.660.61
HSL137.42º86.92%20.98%-
HSV(B)137.42º93%39.22%-
XYZ4.939.283.04-
YUV64.67110.6986.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 100 (39.45% from 255) = 70.92%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=4.96%
G=70.92%
B=24.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7100340.9300.660.61137.4286.9220.98
Hex764225D0423D895715
Octal71444213501027521112725
Binary111110010010001010111010100001011110110001001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076422; }

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

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

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

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

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

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

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

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