#075537

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

Shades of Fun Green #075537

Tints of Fun Green #075537

Color information

#075537 (or 0x075537) is unknown color: approx Fun Green. HEX triplet: 07, 55 and 37. RGB value is (7,85,55). Sum of RGB (Red+Green+Blue) = 7+85+55=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #075537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075537 is #F8AAC8. Grayscale: #3A3A3A. Windows color (decimal): -16296649 or 3626247. OLE color: 3626247.

HSL color Cylindrical-coordinate representation of color #075537: hue angle of 156.92º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075537 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB78555-
CMYK0.9200.350.67
HSL156.92º84.78%18.04%-
HSV(B)156.92º91.76%33.33%-
XYZ4.036.824.72-
YUV58.26126.1691.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 85 (33.59% from 255) = 57.82%
BLUE value IS 55 (21.88% from 255) = 37.41%
R=4.76%
G=57.82%
B=37.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785550.9200.350.67156.9284.7818.04
Hex755375C023439d5512
Octal71256713404310323512522
Binary111101010111011110111000100011100001110011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075537; }

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

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

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

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

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

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

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

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