#076224

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

Shades of Crusoe #076224

Tints of Crusoe #076224

Color information

#076224 (or 0x076224) is unknown color: approx Crusoe. HEX triplet: 07, 62 and 24. RGB value is (7,98,36). Sum of RGB (Red+Green+Blue) = 7+98+36=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 98 (38.67% from 255 or 69.50% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 98 - color contains mainly: green. Hex color #076224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076224 is #F89DDB. Grayscale: #3F3F3F. Windows color (decimal): -16293340 or 2384391. OLE color: 2384391.

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

Color convert

RGB79836-
CMYK0.9300.630.62
HSL139.12º86.67%20.59%-
HSV(B)139.12º92.86%38.43%-
XYZ4.778.913.14-
YUV63.72112.3587.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 98 (38.67% from 255) = 69.50%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=4.96%
G=69.50%
B=25.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798360.9300.630.62139.1286.6720.59
Hex762245D03F3E8b5715
Octal7142441350777621312725
Binary11111000101001001011101011111111111010001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076224; }

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

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

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

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

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

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

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

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