#76937A

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

Shades of Laurel #76937A

Tints of Laurel #76937A

Color information

#76937A (or 0x76937A) is unknown color: approx Laurel. HEX triplet: 76, 93 and 7A. RGB value is (118,147,122). Sum of RGB (Red+Green+Blue) = 118+147+122=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #76937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76937A is #896C85. Grayscale: #878787. Windows color (decimal): -9006214 or 8033142. OLE color: 8033142.

HSL color Cylindrical-coordinate representation of color #76937A: hue angle of 128.28º 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 #76937A is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB118147122-
CMYK0.2000.170.42
HSL128.28º11.84%51.96%-
HSV(B)128.28º19.73%57.65%-
XYZ21.4226.1222.33-
YUV135.48120.39115.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=30.49%
G=37.98%
B=31.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181471220.2000.170.42128.2811.8451.96
Hex76937A140112A80c34
Octal16622317224021522001464
Binary111011010010011111101010100010001101010100000001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76937A; }

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

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

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

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

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

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

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

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