Html Css Color HEX #759178 Laurel

📋 copy color: '#759178'

red 117 ◦ green 145 ◦ blue 120

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

Shades of Laurel #759178

Tints of Laurel #759178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 30.63%
G = 37.96%
B = 31.41%

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

#759178 (or 0x759178) is known color: Laurel. HEX triplet: 75, 91 and 78. RGB value is (117,145,120). Sum of RGB (Red+Green+Blue) = 117+145+120=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #759178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759178 is #8A6E87. Grayscale: #858585. Windows color (decimal): -9072264 or 7901557. OLE color: 7901557.

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

Color convert

RGB 117 145 120 -
CMYK 0.19 0 0.17 0.43
HSL 126.43º 0.11% 0.51% -
HSV(B) 126.43º 0.19% 0.57% -
XYZ 20.85 25.39 21.57 -
YUV 133.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 117 145 120 0.19 0 0.17 0.43 126.43 0.11 0.51
Hex 75 91 78 13 0 11 2B 7E B 33
Octal 165 221 170 23 0 21 53 176 13 63
Binary 1110101 10010001 1111000 10011 0 10001 101011 1111110 1011 110011

Color Harmonies of #759178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759178

Black with #759178

Text Example


Text Example

White with #759178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759178; }

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

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

background-color css

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

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

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

border-color css

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

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

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