Html Css Color HEX #77B534 Lima

📋 copy color: '#77B534'

red 119 ◦ green 181 ◦ blue 52

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

Shades of Lima #77B534

Tints of Lima #77B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.42%

 BLUE value IS 52 (20.7% from 255) = 14.77%

R = 33.81%
G = 51.42%
B = 14.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#77B534 (or 0x77B534) is known color: Lima. HEX triplet: 77, B5 and 34. RGB value is (119,181,52). Sum of RGB (Red+Green+Blue) = 119+181+52=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #77B534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B534 is #884ACB. Grayscale: #949494. Windows color (decimal): -8932044 or 3454327. OLE color: 3454327.

HSL color Cylindrical-coordinate representation of color #77B534: hue angle of 88.84º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77B534 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 181 52 -
CMYK 0.34 0 0.71 0.29
HSL 88.84º 0.55% 0.46% -
HSV(B) 88.84º 0.71% 0.71% -
XYZ 24.75 37.22 9.13 -
YUV 147.76 73.96 107.49 -
System Red Green Blue C M Y K H S L
Decimal 119 181 52 0.34 0 0.71 0.29 88.84 0.55 0.46
Hex 77 B5 34 22 0 47 1D 59 37 2E
Octal 167 265 64 42 0 107 35 131 67 56
Binary 1110111 10110101 110100 100010 0 1000111 11101 1011001 110111 101110

Color Harmonies of #77B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B534

Black with #77B534

Text Example


Text Example

White with #77B534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,181,52); }

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

background-color css

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

 a { background-color: rgb(119,181,52); }

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

border-color css

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

 span { border-color: rgb(119,181,52); }

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