Html Css Color HEX #769179 Laurel

📋 copy color: '#769179'

red 118 ◦ green 145 ◦ blue 121

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

Shades of Laurel #769179

Tints of Laurel #769179

RGB

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

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

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

R = 30.73%
G = 37.76%
B = 31.51%

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

#769179 (or 0x769179) is known color: Laurel. HEX triplet: 76, 91 and 79. RGB value is (118,145,121). Sum of RGB (Red+Green+Blue) = 118+145+121=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #769179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769179 is #896E86. Grayscale: #868686. Windows color (decimal): -9006727 or 7967094. OLE color: 7967094.

HSL color Cylindrical-coordinate representation of color #769179: hue angle of 126.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769179 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 121 -
CMYK 0.19 0 0.17 0.43
HSL 126.67º 0.11% 0.52% -
HSV(B) 126.67º 0.19% 0.57% -
XYZ 21.05 25.48 21.9 -
YUV 134.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 118 145 121 0.19 0 0.17 0.43 126.67 0.11 0.52
Hex 76 91 79 13 0 11 2B 7F B 34
Octal 166 221 171 23 0 21 53 177 13 64
Binary 1110110 10010001 1111001 10011 0 10001 101011 1111111 1011 110100

Color Harmonies of #769179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769179

Black with #769179

Text Example


Text Example

White with #769179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769179; }

 p { color: rgb(118,145,121); }

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

background-color css

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

 a { background-color: rgb(118,145,121); }

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

border-color css

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

 span { border-color: rgb(118,145,121); }

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