#769779

Color #769779 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #769779

Tints of Laurel #769779

Color information

#769779 (or 0x769779) is unknown color: approx Laurel. HEX triplet: 76, 97 and 79. RGB value is (118,151,121). Sum of RGB (Red+Green+Blue) = 118+151+121=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #769779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769779 is #896886. Grayscale: #898989. Windows color (decimal): -9005191 or 7968630. OLE color: 7968630.

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

Color convert

RGB118151121-
CMYK0.2200.200.41
HSL125.45º13.69%52.75%-
HSV(B)125.45º21.85%59.22%-
XYZ21.9927.3722.21-
YUV137.71118.57113.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=30.26%
G=38.72%
B=31.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181511210.2200.200.41125.4513.6952.75
Hex76977916014297de35
Octal16622717126024511751665
Binary11101101001011111110011011001010010100111111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769779; }

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

 H1.HeaderClassName
 {
   color: #769779;
 }
 .AnyTagClassName
 {
   color: #769779;
 }
</style>
background-color css

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

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

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

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

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

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