#076319

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

Shades of Crusoe #076319

Tints of Crusoe #076319

Color information

#076319 (or 0x076319) is unknown color: approx Crusoe. HEX triplet: 07, 63 and 19. RGB value is (7,99,25). Sum of RGB (Red+Green+Blue) = 7+99+25=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 99 (39.06% from 255 or 75.57% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 99 - color contains mainly: green. Hex color #076319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076319 is #F89CE6. Grayscale: #3F3F3F. Windows color (decimal): -16293095 or 1663751. OLE color: 1663751.

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

Color convert

RGB79925-
CMYK0.9300.750.61
HSL131.74º86.79%20.78%-
HSV(B)131.74º92.93%38.82%-
XYZ4.729.042.42-
YUV63.06106.5288.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 99 (39.06% from 255) = 75.57%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=5.34%
G=75.57%
B=19.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799250.9300.750.61131.7486.7920.78
Hex763195D04B3D845715
Octal71433113501137520412725
Binary11111000111100110111010100101111110110000100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076319; }

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

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

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

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

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

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

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

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