Html Css Color HEX #7AA527 Lima

📋 copy color: '#7AA527'

red 122 ◦ green 165 ◦ blue 39

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

Shades of Lima #7AA527

Tints of Lima #7AA527

RGB

 RED value IS 122 (48.05% from 255) = 37.42%

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

 BLUE value IS 39 (15.63% from 255) = 11.96%

R = 37.42%
G = 50.61%
B = 11.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#7AA527 (or 0x7AA527) is known color: Lima. HEX triplet: 7A, A5 and 27. RGB value is (122,165,39). Sum of RGB (Red+Green+Blue) = 122+165+39=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA527 is #855AD8. Grayscale: #8A8A8A. Windows color (decimal): -8739545 or 2598266. OLE color: 2598266.

HSL color Cylindrical-coordinate representation of color #7AA527: hue angle of 80.48º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AA527 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 165 39 -
CMYK 0.26 0 0.76 0.35
HSL 80.48º 0.62% 0.4% -
HSV(B) 80.48º 0.76% 0.65% -
XYZ 21.85 31.19 6.79 -
YUV 137.78 72.25 116.75 -
System Red Green Blue C M Y K H S L
Decimal 122 165 39 0.26 0 0.76 0.35 80.48 0.62 0.4
Hex 7A A5 27 1A 0 4C 23 50 3E 28
Octal 172 245 47 32 0 114 43 120 76 50
Binary 1111010 10100101 100111 11010 0 1001100 100011 1010000 111110 101000

Color Harmonies of #7AA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA527

Black with #7AA527

Text Example


Text Example

White with #7AA527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,165,39); }

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

background-color css

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

 a { background-color: rgb(122,165,39); }

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

border-color css

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

 span { border-color: rgb(122,165,39); }

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