Html Css Color HEX #77967A Laurel

📋 copy color: '#77967A'

red 119 ◦ green 150 ◦ blue 122

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

Shades of Laurel #77967A

Tints of Laurel #77967A

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.2%

R = 30.43%
G = 38.36%
B = 31.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#77967A (or 0x77967A) is known color: 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

RGB 119 150 122 -
CMYK 0.21 0 0.19 0.41
HSL 125.81º 0.13% 0.53% -
HSV(B) 125.81º 0.21% 0.59% -
XYZ 22.03 27.14 22.49 -
YUV 137.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 119 150 122 0.21 0 0.19 0.41 125.81 0.13 0.53
Hex 77 96 7A 15 0 13 29 7E D 35
Octal 167 226 172 25 0 23 51 176 15 65
Binary 1110111 10010110 1111010 10101 0 10011 101001 1111110 1101 110101

Color Harmonies of #77967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77967A

Black with #77967A

Text Example


Text Example

White with #77967A

Text Example


Text Example

HTML Codes & Css Web 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>