Html Css Color HEX #77B330 Lima

📋 copy color: '#77B330'

red 119 ◦ green 179 ◦ blue 48

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

Shades of Lima #77B330

Tints of Lima #77B330

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.73%

 BLUE value IS 48 (19.14% from 255) = 13.87%

R = 34.39%
G = 51.73%
B = 13.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#77B330 (or 0x77B330) is known color: Lima. HEX triplet: 77, B3 and 30. RGB value is (119,179,48). Sum of RGB (Red+Green+Blue) = 119+179+48=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #77B330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B330 is #884CCF. Grayscale: #929292. Windows color (decimal): -8932560 or 3191671. OLE color: 3191671.

HSL color Cylindrical-coordinate representation of color #77B330: hue angle of 87.48º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77B330 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 179 48 -
CMYK 0.34 0 0.73 0.30
HSL 87.48º 0.58% 0.45% -
HSV(B) 87.48º 0.73% 0.7% -
XYZ 24.26 36.38 8.54 -
YUV 146.13 72.62 108.65 -
System Red Green Blue C M Y K H S L
Decimal 119 179 48 0.34 0 0.73 0.30 87.48 0.58 0.45
Hex 77 B3 30 22 0 49 1E 57 3A 2D
Octal 167 263 60 42 0 111 36 127 72 55
Binary 1110111 10110011 110000 100010 0 1001001 11110 1010111 111010 101101

Color Harmonies of #77B330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B330

Black with #77B330

Text Example


Text Example

White with #77B330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,179,48); }

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

background-color css

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

 a { background-color: rgb(119,179,48); }

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

border-color css

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

 span { border-color: rgb(119,179,48); }

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