#075037

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

Shades of Sherwood Green #075037

Tints of Sherwood Green #075037

Color information

#075037 (or 0x075037) is unknown color: approx Sherwood Green. HEX triplet: 07, 50 and 37. RGB value is (7,80,55). Sum of RGB (Red+Green+Blue) = 7+80+55=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #075037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075037 is #F8AFC8. Grayscale: #373737. Windows color (decimal): -16297929 or 3624967. OLE color: 3624967.

HSL color Cylindrical-coordinate representation of color #075037: hue angle of 159.45º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075037 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB78055-
CMYK0.9100.310.69
HSL159.45º83.91%17.06%-
HSV(B)159.45º91.25%31.37%-
XYZ3.656.064.59-
YUV55.32127.8293.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 80 (31.64% from 255) = 56.34%
BLUE value IS 55 (21.88% from 255) = 38.73%
R=4.93%
G=56.34%
B=38.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal780550.9100.310.69159.4583.9117.06
Hex750375B01F459f5411
Octal71206713303710523712421
Binary11110100001101111011011011111100010110011111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075037; }

 p { color: rgb(7,80,55); }

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

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

 a { background-color: rgb(7,80,55); }

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

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

 span { border-color: rgb(7,80,55); }

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