Html Css Color HEX #7AB134 Lima

📋 copy color: '#7AB134'

red 122 ◦ green 177 ◦ blue 52

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

Shades of Lima #7AB134

Tints of Lima #7AB134

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.43%

 BLUE value IS 52 (20.7% from 255) = 14.81%

R = 34.76%
G = 50.43%
B = 14.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#7AB134 (or 0x7AB134) is known color: Lima. HEX triplet: 7A, B1 and 34. RGB value is (122,177,52). Sum of RGB (Red+Green+Blue) = 122+177+52=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB134 is #854ECB. Grayscale: #929292. Windows color (decimal): -8736460 or 3453306. OLE color: 3453306.

HSL color Cylindrical-coordinate representation of color #7AB134: hue angle of 86.4º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AB134 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 177 52 -
CMYK 0.31 0 0.71 0.31
HSL 86.4º 0.55% 0.45% -
HSV(B) 86.4º 0.71% 0.69% -
XYZ 24.37 35.83 8.88 -
YUV 146.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 122 177 52 0.31 0 0.71 0.31 86.4 0.55 0.45
Hex 7A B1 34 1F 0 47 1F 56 37 2D
Octal 172 261 64 37 0 107 37 126 67 55
Binary 1111010 10110001 110100 11111 0 1000111 11111 1010110 110111 101101

Color Harmonies of #7AB134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB134

Black with #7AB134

Text Example


Text Example

White with #7AB134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,177,52); }

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

background-color css

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

 a { background-color: rgb(122,177,52); }

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

border-color css

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

 span { border-color: rgb(122,177,52); }

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