#769379

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

Shades of Laurel #769379

Tints of Laurel #769379

Color information

#769379 (or 0x769379) is unknown color: approx Laurel. HEX triplet: 76, 93 and 79. RGB value is (118,147,121). Sum of RGB (Red+Green+Blue) = 118+147+121=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #769379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769379 is #896C86. Grayscale: #878787. Windows color (decimal): -9006215 or 7967606. OLE color: 7967606.

HSL color Cylindrical-coordinate representation of color #769379: hue angle of 126.21º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #769379 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB118147121-
CMYK0.2000.180.42
HSL126.21º11.84%51.96%-
HSV(B)126.21º19.73%57.65%-
XYZ21.3626.122-
YUV135.36119.89115.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=30.57%
G=38.08%
B=31.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181471210.2000.180.42126.2111.8451.96
Hex769379140122A7ec34
Octal16622317124022521761464
Binary11101101001001111110011010001001010101011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769379; }

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

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

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

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

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

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

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

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