Html Css Color HEX #7AA728 Lima

📋 copy color: '#7AA728'

red 122 ◦ green 167 ◦ blue 40

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

Shades of Lima #7AA728

Tints of Lima #7AA728

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.76%

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 37.08%
G = 50.76%
B = 12.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#7AA728 (or 0x7AA728) is known color: Lima. HEX triplet: 7A, A7 and 28. RGB value is (122,167,40). Sum of RGB (Red+Green+Blue) = 122+167+40=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA728 is #8558D7. Grayscale: #8B8B8B. Windows color (decimal): -8739032 or 2664314. OLE color: 2664314.

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

Color convert

RGB 122 167 40 -
CMYK 0.27 0 0.76 0.35
HSL 81.26º 0.61% 0.41% -
HSV(B) 81.26º 0.76% 0.65% -
XYZ 22.23 31.93 7 -
YUV 139.07 72.09 115.83 -
System Red Green Blue C M Y K H S L
Decimal 122 167 40 0.27 0 0.76 0.35 81.26 0.61 0.41
Hex 7A A7 28 1B 0 4C 23 51 3D 29
Octal 172 247 50 33 0 114 43 121 75 51
Binary 1111010 10100111 101000 11011 0 1001100 100011 1010001 111101 101001

Color Harmonies of #7AA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA728

Black with #7AA728

Text Example


Text Example

White with #7AA728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,167,40); }

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

background-color css

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

 a { background-color: rgb(122,167,40); }

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

border-color css

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

 span { border-color: rgb(122,167,40); }

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