Html Css Color HEX #759579 Laurel

📋 copy color: '#759579'

red 117 ◦ green 149 ◦ blue 121

#759579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #759579

Tints of Laurel #759579

RGB

 RED value IS 117 (46.09% from 255) = 30.23%

 GREEN value IS 149 (58.59% from 255) = 38.5%

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 30.23%
G = 38.5%
B = 31.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#759579 (or 0x759579) is known color: Laurel. HEX triplet: 75, 95 and 79. RGB value is (117,149,121). Sum of RGB (Red+Green+Blue) = 117+149+121=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #759579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759579 is #8A6A86. Grayscale: #888888. Windows color (decimal): -9071239 or 7968117. OLE color: 7968117.

HSL color Cylindrical-coordinate representation of color #759579: hue angle of 127.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759579 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 121 -
CMYK 0.21 0 0.19 0.42
HSL 127.5º 0.13% 0.52% -
HSV(B) 127.5º 0.21% 0.58% -
XYZ 21.53 26.66 22.1 -
YUV 136.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 117 149 121 0.21 0 0.19 0.42 127.5 0.13 0.52
Hex 75 95 79 15 0 13 2A 80 D 34
Octal 165 225 171 25 0 23 52 200 15 64
Binary 1110101 10010101 1111001 10101 0 10011 101010 10000000 1101 110100

Color Harmonies of #759579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759579

Black with #759579

Text Example


Text Example

White with #759579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759579; }

 p { color: rgb(117,149,121); }

 H1.HeaderClassName
 {
   color: #759579;
 }
 .AnyTagClassName
 {
   color: #759579;
 }
</style>

background-color css

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

 a { background-color: rgb(117,149,121); }

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

border-color css

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

 span { border-color: rgb(117,149,121); }

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