#759277

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

Shades of Laurel #759277

Tints of Laurel #759277

Color information

#759277 (or 0x759277) is unknown color: approx Laurel. HEX triplet: 75, 92 and 77. RGB value is (117,146,119). Sum of RGB (Red+Green+Blue) = 117+146+119=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #759277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759277 is #8A6D88. Grayscale: #868686. Windows color (decimal): -9072009 or 7836277. OLE color: 7836277.

HSL color Cylindrical-coordinate representation of color #759277: hue angle of 124.14º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759277 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB117146119-
CMYK0.2000.180.43
HSL124.14º11.74%51.57%-
HSV(B)124.14º19.86%57.25%-
XYZ20.9425.6721.3-
YUV134.25119.39115.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=30.63%
G=38.22%
B=31.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171461190.2000.180.43124.1411.7451.57
Hex759277140122B7cc34
Octal16522216724022531741464
Binary11101011001001011101111010001001010101111111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759277; }

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

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

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

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

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

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

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

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