#759777

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

Shades of Laurel #759777

Tints of Laurel #759777

Color information

#759777 (or 0x759777) is unknown color: approx Laurel. HEX triplet: 75, 97 and 77. RGB value is (117,151,119). Sum of RGB (Red+Green+Blue) = 117+151+119=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #759777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759777 is #8A6888. Grayscale: #898989. Windows color (decimal): -9070729 or 7837557. OLE color: 7837557.

HSL color Cylindrical-coordinate representation of color #759777: hue angle of 123.53º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759777 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB117151119-
CMYK0.2300.210.41
HSL123.53º14.05%52.55%-
HSV(B)123.53º22.52%59.22%-
XYZ21.7327.2521.57-
YUV137.19117.74113.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=30.23%
G=39.02%
B=30.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511190.2300.210.41123.5314.0552.55
Hex75977717015297ce35
Octal16522716727025511741665
Binary11101011001011111101111011101010110100111111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759777; }

 p { color: rgb(117,151,119); }

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

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

 a { background-color: rgb(117,151,119); }

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

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

 span { border-color: rgb(117,151,119); }

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