Html Css Color HEX #7FA521 Lima

📋 copy color: '#7FA521'

red 127 ◦ green 165 ◦ blue 33

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

Shades of Lima #7FA521

Tints of Lima #7FA521

RGB

 RED value IS 127 (50% from 255) = 39.08%

 GREEN value IS 165 (64.84% from 255) = 50.77%

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 39.08%
G = 50.77%
B = 10.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#7FA521 (or 0x7FA521) is known color: Lima. HEX triplet: 7F, A5 and 21. RGB value is (127,165,33). Sum of RGB (Red+Green+Blue) = 127+165+33=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA521 is #805ADE. Grayscale: #8B8B8B. Windows color (decimal): -8411871 or 2205055. OLE color: 2205055.

HSL color Cylindrical-coordinate representation of color #7FA521: hue angle of 77.27º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FA521 is Cyan = 0.23, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 165 33 -
CMYK 0.23 0 0.8 0.35
HSL 77.27º 0.67% 0.39% -
HSV(B) 77.27º 0.8% 0.65% -
XYZ 22.48 31.53 6.34 -
YUV 138.59 68.41 119.73 -
System Red Green Blue C M Y K H S L
Decimal 127 165 33 0.23 0 0.8 0.35 77.27 0.67 0.39
Hex 7F A5 21 17 0 50 23 4D 43 27
Octal 177 245 41 27 0 120 43 115 103 47
Binary 1111111 10100101 100001 10111 0 1010000 100011 1001101 1000011 100111

Color Harmonies of #7FA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA521

Black with #7FA521

Text Example


Text Example

White with #7FA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FA521; }

 p { color: rgb(127,165,33); }

 H1.HeaderClassName
 {
   color: #7FA521;
 }
 .AnyTagClassName
 {
   color: #7FA521;
 }
</style>

background-color css

<style>
 a { background-color: #7FA521; }

 a { background-color: rgb(127,165,33); }

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

border-color css

<style>
 span { border-color: #7FA521; }

 span { border-color: rgb(127,165,33); }

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