Html Css Color HEX #759379 Laurel

📋 copy color: '#759379'

red 117 ◦ green 147 ◦ blue 121

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

Shades of Laurel #759379

Tints of Laurel #759379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

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

R = 30.39%
G = 38.18%
B = 31.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#759379 (or 0x759379) is known color: Laurel. HEX triplet: 75, 93 and 79. RGB value is (117,147,121). Sum of RGB (Red+Green+Blue) = 117+147+121=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #759379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759379 is #8A6C86. Grayscale: #878787. Windows color (decimal): -9071751 or 7967605. OLE color: 7967605.

HSL color Cylindrical-coordinate representation of color #759379: hue angle of 128º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759379 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 121 -
CMYK 0.20 0 0.18 0.42
HSL 128º 0.12% 0.52% -
HSV(B) 128º 0.2% 0.58% -
XYZ 21.22 26.03 21.99 -
YUV 135.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 117 147 121 0.20 0 0.18 0.42 128 0.12 0.52
Hex 75 93 79 14 0 12 2A 80 C 34
Octal 165 223 171 24 0 22 52 200 14 64
Binary 1110101 10010011 1111001 10100 0 10010 101010 10000000 1100 110100

Color Harmonies of #759379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759379

Black with #759379

Text Example


Text Example

White with #759379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759379; }

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

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

background-color css

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

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

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

border-color css

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

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

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