Html Css Color HEX #7AB534 Lima

📋 copy color: '#7AB534'

red 122 ◦ green 181 ◦ blue 52

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

Shades of Lima #7AB534

Tints of Lima #7AB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.99%

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

R = 34.37%
G = 50.99%
B = 14.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#7AB534 (or 0x7AB534) is known color: Lima. HEX triplet: 7A, B5 and 34. RGB value is (122,181,52). Sum of RGB (Red+Green+Blue) = 122+181+52=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB534 is #854ACB. Grayscale: #959595. Windows color (decimal): -8735436 or 3454330. OLE color: 3454330.

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

Color convert

RGB 122 181 52 -
CMYK 0.33 0 0.71 0.29
HSL 87.44º 0.55% 0.46% -
HSV(B) 87.44º 0.71% 0.71% -
XYZ 25.17 37.43 9.15 -
YUV 148.65 73.45 108.99 -
System Red Green Blue C M Y K H S L
Decimal 122 181 52 0.33 0 0.71 0.29 87.44 0.55 0.46
Hex 7A B5 34 21 0 47 1D 57 37 2E
Octal 172 265 64 41 0 107 35 127 67 56
Binary 1111010 10110101 110100 100001 0 1000111 11101 1010111 110111 101110

Color Harmonies of #7AB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB534

Black with #7AB534

Text Example


Text Example

White with #7AB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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