Html Css Color HEX #7AB332 Lima

📋 copy color: '#7AB332'

red 122 ◦ green 179 ◦ blue 50

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

Shades of Lima #7AB332

Tints of Lima #7AB332

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 34.76%
G = 51%
B = 14.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#7AB332 (or 0x7AB332) is known color: Lima. HEX triplet: 7A, B3 and 32. RGB value is (122,179,50). Sum of RGB (Red+Green+Blue) = 122+179+50=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB332 is #854CCD. Grayscale: #939393. Windows color (decimal): -8735950 or 3322746. OLE color: 3322746.

HSL color Cylindrical-coordinate representation of color #7AB332: hue angle of 86.51º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7AB332 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 179 50 -
CMYK 0.32 0 0.72 0.30
HSL 86.51º 0.56% 0.45% -
HSV(B) 86.51º 0.72% 0.7% -
XYZ 24.72 36.61 8.78 -
YUV 147.25 73.12 109.99 -
System Red Green Blue C M Y K H S L
Decimal 122 179 50 0.32 0 0.72 0.30 86.51 0.56 0.45
Hex 7A B3 32 20 0 48 1E 57 38 2D
Octal 172 263 62 40 0 110 36 127 70 55
Binary 1111010 10110011 110010 100000 0 1001000 11110 1010111 111000 101101

Color Harmonies of #7AB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB332

Black with #7AB332

Text Example


Text Example

White with #7AB332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,179,50); }

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

background-color css

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

 a { background-color: rgb(122,179,50); }

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

border-color css

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

 span { border-color: rgb(122,179,50); }

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