Html Css Color HEX #76AF32 Lima

📋 copy color: '#76AF32'

red 118 ◦ green 175 ◦ blue 50

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

Shades of Lima #76AF32

Tints of Lima #76AF32

RGB

 RED value IS 118 (46.48% from 255) = 34.4%

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

 BLUE value IS 50 (19.92% from 255) = 14.58%

R = 34.4%
G = 51.02%
B = 14.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#76AF32 (or 0x76AF32) is known color: Lima. HEX triplet: 76, AF and 32. RGB value is (118,175,50). Sum of RGB (Red+Green+Blue) = 118+175+50=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF32 is #8950CD. Grayscale: #909090. Windows color (decimal): -8999118 or 3321718. OLE color: 3321718.

HSL color Cylindrical-coordinate representation of color #76AF32: hue angle of 87.36º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76AF32 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 175 50 -
CMYK 0.33 0 0.71 0.31
HSL 87.36º 0.56% 0.44% -
HSV(B) 87.36º 0.71% 0.69% -
XYZ 23.38 34.74 8.49 -
YUV 143.71 75.12 109.66 -
System Red Green Blue C M Y K H S L
Decimal 118 175 50 0.33 0 0.71 0.31 87.36 0.56 0.44
Hex 76 AF 32 21 0 47 1F 57 38 2C
Octal 166 257 62 41 0 107 37 127 70 54
Binary 1110110 10101111 110010 100001 0 1000111 11111 1010111 111000 101100

Color Harmonies of #76AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF32

Black with #76AF32

Text Example


Text Example

White with #76AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AF32; }

 p { color: rgb(118,175,50); }

 H1.HeaderClassName
 {
   color: #76AF32;
 }
 .AnyTagClassName
 {
   color: #76AF32;
 }
</style>

background-color css

<style>
 a { background-color: #76AF32; }

 a { background-color: rgb(118,175,50); }

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

border-color css

<style>
 span { border-color: #76AF32; }

 span { border-color: rgb(118,175,50); }

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