Html Css Color HEX #77B272 Amulet

📋 copy color: '#77B272'

red 119 ◦ green 178 ◦ blue 114

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

Shades of Amulet #77B272

Tints of Amulet #77B272

RGB

 RED value IS 119 (46.88% from 255) = 28.95%

 GREEN value IS 178 (69.92% from 255) = 43.31%

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 28.95%
G = 43.31%
B = 27.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#77B272 (or 0x77B272) is known color: Amulet. HEX triplet: 77, B2 and 72. RGB value is (119,178,114). Sum of RGB (Red+Green+Blue) = 119+178+114=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #77B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B272 is #884D8D. Grayscale: #999999. Windows color (decimal): -8932750 or 7516791. OLE color: 7516791.

HSL color Cylindrical-coordinate representation of color #77B272: hue angle of 115.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77B272 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 178 114 -
CMYK 0.33 0 0.36 0.30
HSL 115.31º 0.29% 0.57% -
HSV(B) 115.31º 0.36% 0.7% -
XYZ 26.57 36.98 21.66 -
YUV 153.06 105.95 103.7 -
System Red Green Blue C M Y K H S L
Decimal 119 178 114 0.33 0 0.36 0.30 115.31 0.29 0.57
Hex 77 B2 72 21 0 24 1E 73 1D 39
Octal 167 262 162 41 0 44 36 163 35 71
Binary 1110111 10110010 1110010 100001 0 100100 11110 1110011 11101 111001

Color Harmonies of #77B272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B272

Black with #77B272

Text Example


Text Example

White with #77B272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77B272; }

 p { color: rgb(119,178,114); }

 H1.HeaderClassName
 {
   color: #77B272;
 }
 .AnyTagClassName
 {
   color: #77B272;
 }
</style>

background-color css

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

 a { background-color: rgb(119,178,114); }

 div.DivClassName
 {
   background-color: #77B272;
 }
 .BgClassName
 {
   background-color: #77B272;
 }
</style>

border-color css

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

 span { border-color: rgb(119,178,114); }

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