#076019

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

Shades of Crusoe #076019

Tints of Crusoe #076019

Color information

#076019 (or 0x076019) is unknown color: approx Crusoe. HEX triplet: 07, 60 and 19. RGB value is (7,96,25). Sum of RGB (Red+Green+Blue) = 7+96+25=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #076019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076019 is #F89FE6. Grayscale: #3D3D3D. Windows color (decimal): -16293863 or 1662983. OLE color: 1662983.

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

Color convert

RGB79625-
CMYK0.9300.740.62
HSL132.13º86.41%20.2%-
HSV(B)132.13º92.71%37.65%-
XYZ4.458.482.32-
YUV61.29107.5189.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 96 (37.89% from 255) = 75%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=5.47%
G=75%
B=19.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796250.9300.740.62132.1386.4120.2
Hex760195D04A3E845614
Octal71403113501127620412624
Binary11111000001100110111010100101011111010000100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076019; }

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

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

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

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

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

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

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

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