Html Css Color HEX #769978 Laurel

📋 copy color: '#769978'

red 118 ◦ green 153 ◦ blue 120

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

Shades of Laurel #769978

Tints of Laurel #769978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

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

R = 30.18%
G = 39.13%
B = 30.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#769978 (or 0x769978) is known color: Laurel. HEX triplet: 76, 99 and 78. RGB value is (118,153,120). Sum of RGB (Red+Green+Blue) = 118+153+120=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #769978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769978 is #896687. Grayscale: #8A8A8A. Windows color (decimal): -9004680 or 7903606. OLE color: 7903606.

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

Color convert

RGB 118 153 120 -
CMYK 0.23 0 0.22 0.4
HSL 123.43º 0.15% 0.53% -
HSV(B) 123.43º 0.23% 0.6% -
XYZ 22.25 27.99 22 -
YUV 138.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 118 153 120 0.23 0 0.22 0.4 123.43 0.15 0.53
Hex 76 99 78 17 0 16 28 7B F 35
Octal 166 231 170 27 0 26 50 173 17 65
Binary 1110110 10011001 1111000 10111 0 10110 101000 1111011 1111 110101

Color Harmonies of #769978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769978

Black with #769978

Text Example


Text Example

White with #769978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769978; }

 p { color: rgb(118,153,120); }

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

background-color css

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

 a { background-color: rgb(118,153,120); }

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

border-color css

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

 span { border-color: rgb(118,153,120); }

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