Html Css Color HEX #759677 Laurel

📋 copy color: '#759677'

red 117 ◦ green 150 ◦ blue 119

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

Shades of Laurel #759677

Tints of Laurel #759677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

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

R = 30.31%
G = 38.86%
B = 30.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#759677 (or 0x759677) is known color: Laurel. HEX triplet: 75, 96 and 77. RGB value is (117,150,119). Sum of RGB (Red+Green+Blue) = 117+150+119=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #759677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759677 is #8A6988. Grayscale: #888888. Windows color (decimal): -9070985 or 7837301. OLE color: 7837301.

HSL color Cylindrical-coordinate representation of color #759677: hue angle of 123.64º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #759677 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 119 -
CMYK 0.22 0 0.21 0.41
HSL 123.64º 0.14% 0.52% -
HSV(B) 123.64º 0.22% 0.59% -
XYZ 21.57 26.93 21.51 -
YUV 136.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 117 150 119 0.22 0 0.21 0.41 123.64 0.14 0.52
Hex 75 96 77 16 0 15 29 7C E 34
Octal 165 226 167 26 0 25 51 174 16 64
Binary 1110101 10010110 1110111 10110 0 10101 101001 1111100 1110 110100

Color Harmonies of #759677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759677

Black with #759677

Text Example


Text Example

White with #759677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759677; }

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

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

background-color css

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

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

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

border-color css

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

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

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