Html Css Color HEX #759576 Laurel

📋 copy color: '#759576'

red 117 ◦ green 149 ◦ blue 118

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

Shades of Laurel #759576

Tints of Laurel #759576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 30.47%
G = 38.8%
B = 30.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#759576 (or 0x759576) is known color: Laurel. HEX triplet: 75, 95 and 76. RGB value is (117,149,118). Sum of RGB (Red+Green+Blue) = 117+149+118=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #759576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759576 is #8A6A89. Grayscale: #878787. Windows color (decimal): -9071242 or 7771509. OLE color: 7771509.

HSL color Cylindrical-coordinate representation of color #759576: hue angle of 121.88º 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 #759576 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 118 -
CMYK 0.21 0 0.21 0.42
HSL 121.88º 0.13% 0.52% -
HSV(B) 121.88º 0.21% 0.58% -
XYZ 21.35 26.58 21.15 -
YUV 135.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 117 149 118 0.21 0 0.21 0.42 121.88 0.13 0.52
Hex 75 95 76 15 0 15 2A 7A D 34
Octal 165 225 166 25 0 25 52 172 15 64
Binary 1110101 10010101 1110110 10101 0 10101 101010 1111010 1101 110100

Color Harmonies of #759576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759576

Black with #759576

Text Example


Text Example

White with #759576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759576; }

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

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

background-color css

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

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

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

border-color css

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

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

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