Html Css Color HEX #759177 Laurel

📋 copy color: '#759177'

red 117 ◦ green 145 ◦ blue 119

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

Shades of Laurel #759177

Tints of Laurel #759177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 30.71%
G = 38.06%
B = 31.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#759177 (or 0x759177) is known color: Laurel. HEX triplet: 75, 91 and 77. RGB value is (117,145,119). Sum of RGB (Red+Green+Blue) = 117+145+119=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #759177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759177 is #8A6E88. Grayscale: #858585. Windows color (decimal): -9072265 or 7836021. OLE color: 7836021.

HSL color Cylindrical-coordinate representation of color #759177: hue angle of 124.29º 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 #759177 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 119 -
CMYK 0.19 0 0.18 0.43
HSL 124.29º 0.11% 0.51% -
HSV(B) 124.29º 0.19% 0.57% -
XYZ 20.79 25.36 21.25 -
YUV 133.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 117 145 119 0.19 0 0.18 0.43 124.29 0.11 0.51
Hex 75 91 77 13 0 12 2B 7C B 33
Octal 165 221 167 23 0 22 53 174 13 63
Binary 1110101 10010001 1110111 10011 0 10010 101011 1111100 1011 110011

Color Harmonies of #759177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759177

Black with #759177

Text Example


Text Example

White with #759177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759177; }

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

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

background-color css

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

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

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

border-color css

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

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

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