Html Css Color HEX #759179 Laurel

📋 copy color: '#759179'

red 117 ◦ green 145 ◦ blue 121

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

Shades of Laurel #759179

Tints of Laurel #759179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 30.55%
G = 37.86%
B = 31.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#759179 (or 0x759179) is known color: Laurel. HEX triplet: 75, 91 and 79. RGB value is (117,145,121). Sum of RGB (Red+Green+Blue) = 117+145+121=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #759179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759179 is #8A6E86. Grayscale: #858585. Windows color (decimal): -9072263 or 7967093. OLE color: 7967093.

HSL color Cylindrical-coordinate representation of color #759179: hue angle of 128.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #759179 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 121 -
CMYK 0.19 0 0.17 0.43
HSL 128.57º 0.11% 0.51% -
HSV(B) 128.57º 0.19% 0.57% -
XYZ 20.91 25.41 21.89 -
YUV 133.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 117 145 121 0.19 0 0.17 0.43 128.57 0.11 0.51
Hex 75 91 79 13 0 11 2B 81 B 33
Octal 165 221 171 23 0 21 53 201 13 63
Binary 1110101 10010001 1111001 10011 0 10001 101011 10000001 1011 110011

Color Harmonies of #759179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759179

Black with #759179

Text Example


Text Example

White with #759179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759179; }

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

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

background-color css

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

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

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

border-color css

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

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

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