#076022

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

Shades of Crusoe #076022

Tints of Crusoe #076022

Color information

#076022 (or 0x076022) is unknown color: approx Crusoe. HEX triplet: 07, 60 and 22. RGB value is (7,96,34). Sum of RGB (Red+Green+Blue) = 7+96+34=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #076022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076022 is #F89FDD. Grayscale: #3E3E3E. Windows color (decimal): -16293854 or 2252807. OLE color: 2252807.

HSL color Cylindrical-coordinate representation of color #076022: hue angle of 138.2º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076022 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB79634-
CMYK0.9300.650.62
HSL138.2º86.41%20.2%-
HSV(B)138.2º92.71%37.65%-
XYZ4.568.532.92-
YUV62.32112.0188.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.11%
GREEN value IS 96 (37.89% from 255) = 70.07%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=5.11%
G=70.07%
B=24.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796340.9300.650.62138.286.4120.2
Hex760225D0413E8a5614
Octal71404213501017621212624
Binary111110000010001010111010100000111111010001010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076022; }

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

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

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

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

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

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

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

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