Html Css Color HEX #769879 Laurel

📋 copy color: '#769879'

red 118 ◦ green 152 ◦ blue 121

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

Shades of Laurel #769879

Tints of Laurel #769879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

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

R = 30.18%
G = 38.87%
B = 30.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#769879 (or 0x769879) is known color: Laurel. HEX triplet: 76, 98 and 79. RGB value is (118,152,121). Sum of RGB (Red+Green+Blue) = 118+152+121=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #769879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769879 is #896786. Grayscale: #8A8A8A. Windows color (decimal): -9004935 or 7968886. OLE color: 7968886.

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

Color convert

RGB 118 152 121 -
CMYK 0.22 0 0.20 0.40
HSL 125.29º 0.14% 0.53% -
HSV(B) 125.29º 0.22% 0.6% -
XYZ 22.15 27.69 22.27 -
YUV 138.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 118 152 121 0.22 0 0.20 0.40 125.29 0.14 0.53
Hex 76 98 79 16 0 14 28 7D E 35
Octal 166 230 171 26 0 24 50 175 16 65
Binary 1110110 10011000 1111001 10110 0 10100 101000 1111101 1110 110101

Color Harmonies of #769879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769879

Black with #769879

Text Example


Text Example

White with #769879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769879; }

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

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

background-color css

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

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

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

border-color css

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

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

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