Html Css Color HEX #769679 Laurel

📋 copy color: '#769679'

red 118 ◦ green 150 ◦ blue 121

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

Shades of Laurel #769679

Tints of Laurel #769679

RGB

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

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

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

R = 30.33%
G = 38.56%
B = 31.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#769679 (or 0x769679) is known color: Laurel. HEX triplet: 76, 96 and 79. RGB value is (118,150,121). Sum of RGB (Red+Green+Blue) = 118+150+121=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #769679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769679 is #896986. Grayscale: #898989. Windows color (decimal): -9005447 or 7968374. OLE color: 7968374.

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

Color convert

RGB 118 150 121 -
CMYK 0.21 0 0.19 0.41
HSL 125.63º 0.13% 0.53% -
HSV(B) 125.63º 0.21% 0.59% -
XYZ 21.83 27.04 22.16 -
YUV 137.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 118 150 121 0.21 0 0.19 0.41 125.63 0.13 0.53
Hex 76 96 79 15 0 13 29 7E D 35
Octal 166 226 171 25 0 23 51 176 15 65
Binary 1110110 10010110 1111001 10101 0 10011 101001 1111110 1101 110101

Color Harmonies of #769679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769679

Black with #769679

Text Example


Text Example

White with #769679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769679; }

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

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

background-color css

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

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

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

border-color css

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

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

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