Html Css Color HEX #76AF1E Lima

📋 copy color: '#76AF1E'

red 118 ◦ green 175 ◦ blue 30

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

Shades of Lima #76AF1E

Tints of Lima #76AF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.29%

R = 36.53%
G = 54.18%
B = 9.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#76AF1E (or 0x76AF1E) is known color: Lima. HEX triplet: 76, AF and 1E. RGB value is (118,175,30). Sum of RGB (Red+Green+Blue) = 118+175+30=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF1E is #8950E1. Grayscale: #8D8D8D. Windows color (decimal): -8999138 or 2010998. OLE color: 2010998.

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

Color convert

RGB 118 175 30 -
CMYK 0.33 0 0.83 0.31
HSL 83.59º 0.71% 0.4% -
HSV(B) 83.59º 0.83% 0.69% -
XYZ 23.04 34.61 6.69 -
YUV 141.43 65.12 111.29 -
System Red Green Blue C M Y K H S L
Decimal 118 175 30 0.33 0 0.83 0.31 83.59 0.71 0.4
Hex 76 AF 1E 21 0 53 1F 54 47 28
Octal 166 257 36 41 0 123 37 124 107 50
Binary 1110110 10101111 11110 100001 0 1010011 11111 1010100 1000111 101000

Color Harmonies of #76AF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF1E

Black with #76AF1E

Text Example


Text Example

White with #76AF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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