Html Css Color HEX #77AF2D Lima

📋 copy color: '#77AF2D'

red 119 ◦ green 175 ◦ blue 45

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

Shades of Lima #77AF2D

Tints of Lima #77AF2D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.62%

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 35.1%
G = 51.62%
B = 13.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#77AF2D (or 0x77AF2D) is known color: Lima. HEX triplet: 77, AF and 2D. RGB value is (119,175,45). Sum of RGB (Red+Green+Blue) = 119+175+45=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AF2D is #8850D2. Grayscale: #8F8F8F. Windows color (decimal): -8933587 or 2994039. OLE color: 2994039.

HSL color Cylindrical-coordinate representation of color #77AF2D: hue angle of 85.85º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77AF2D is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 175 45 -
CMYK 0.32 0 0.74 0.31
HSL 85.85º 0.59% 0.43% -
HSV(B) 85.85º 0.74% 0.69% -
XYZ 23.41 34.77 7.96 -
YUV 143.44 72.45 110.57 -
System Red Green Blue C M Y K H S L
Decimal 119 175 45 0.32 0 0.74 0.31 85.85 0.59 0.43
Hex 77 AF 2D 20 0 4A 1F 56 3B 2B
Octal 167 257 55 40 0 112 37 126 73 53
Binary 1110111 10101111 101101 100000 0 1001010 11111 1010110 111011 101011

Color Harmonies of #77AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AF2D

Black with #77AF2D

Text Example


Text Example

White with #77AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,175,45); }

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

background-color css

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

 a { background-color: rgb(119,175,45); }

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

border-color css

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

 span { border-color: rgb(119,175,45); }

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