#77967A

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

Shades of Laurel #77967A

Tints of Laurel #77967A

Color information

#77967A (or 0x77967A) is unknown color: approx Laurel. HEX triplet: 77, 96 and 7A. RGB value is (119,150,122). Sum of RGB (Red+Green+Blue) = 119+150+122=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #77967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77967A is #886985. Grayscale: #898989. Windows color (decimal): -8939910 or 8033911. OLE color: 8033911.

HSL color Cylindrical-coordinate representation of color #77967A: hue angle of 125.81º 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 #77967A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB119150122-
CMYK0.2100.190.41
HSL125.81º12.86%52.75%-
HSV(B)125.81º20.67%58.82%-
XYZ22.0327.1422.49-
YUV137.54119.23114.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=30.43%
G=38.36%
B=31.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191501220.2100.190.41125.8112.8652.75
Hex77967A15013297ed35
Octal16722617225023511761565
Binary11101111001011011110101010101001110100111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,150,122); }

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

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

 a { background-color: rgb(119,150,122); }

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

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

 span { border-color: rgb(119,150,122); }

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