Html Css Color HEX #759778 Laurel

📋 copy color: '#759778'

red 117 ◦ green 151 ◦ blue 120

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

Shades of Laurel #759778

Tints of Laurel #759778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

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

R = 30.15%
G = 38.92%
B = 30.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#759778 (or 0x759778) is known color: Laurel. HEX triplet: 75, 97 and 78. RGB value is (117,151,120). Sum of RGB (Red+Green+Blue) = 117+151+120=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #759778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759778 is #8A6887. Grayscale: #898989. Windows color (decimal): -9070728 or 7903093. OLE color: 7903093.

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

Color convert

RGB 117 151 120 -
CMYK 0.23 0 0.21 0.41
HSL 125.29º 0.14% 0.53% -
HSV(B) 125.29º 0.23% 0.59% -
XYZ 21.79 27.27 21.88 -
YUV 137.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 117 151 120 0.23 0 0.21 0.41 125.29 0.14 0.53
Hex 75 97 78 17 0 15 29 7D E 35
Octal 165 227 170 27 0 25 51 175 16 65
Binary 1110101 10010111 1111000 10111 0 10101 101001 1111101 1110 110101

Color Harmonies of #759778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759778

Black with #759778

Text Example


Text Example

White with #759778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759778; }

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

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

background-color css

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

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

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

border-color css

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

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

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