#076018

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

Shades of Crusoe #076018

Tints of Crusoe #076018

Color information

#076018 (or 0x076018) is unknown color: approx Crusoe. HEX triplet: 07, 60 and 18. RGB value is (7,96,24). Sum of RGB (Red+Green+Blue) = 7+96+24=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 96 (37.89% from 255 or 75.59% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 96 - color contains mainly: green. Hex color #076018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076018 is #F89FE7. Grayscale: #3D3D3D. Windows color (decimal): -16293864 or 1597447. OLE color: 1597447.

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

Color convert

RGB79624-
CMYK0.9300.750.62
HSL131.46º86.41%20.2%-
HSV(B)131.46º92.71%37.65%-
XYZ4.448.482.27-
YUV61.18107.0189.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 96 (37.89% from 255) = 75.59%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=5.51%
G=75.59%
B=18.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796240.9300.750.62131.4686.4120.2
Hex760185D04B3E835614
Octal71403013501137620312624
Binary11111000001100010111010100101111111010000011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076018; }

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

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

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

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

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

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

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

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