Html Css Color HEX #7BAB2A Lima

📋 copy color: '#7BAB2A'

red 123 ◦ green 171 ◦ blue 42

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

Shades of Lima #7BAB2A

Tints of Lima #7BAB2A

RGB

 RED value IS 123 (48.44% from 255) = 36.61%

 GREEN value IS 171 (67.19% from 255) = 50.89%

 BLUE value IS 42 (16.8% from 255) = 12.5%

R = 36.61%
G = 50.89%
B = 12.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#7BAB2A (or 0x7BAB2A) is known color: Lima. HEX triplet: 7B, AB and 2A. RGB value is (123,171,42). Sum of RGB (Red+Green+Blue) = 123+171+42=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAB2A is #8454D5. Grayscale: #8E8E8E. Windows color (decimal): -8672470 or 2796411. OLE color: 2796411.

HSL color Cylindrical-coordinate representation of color #7BAB2A: hue angle of 82.33º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7BAB2A is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 171 42 -
CMYK 0.28 0 0.75 0.33
HSL 82.33º 0.61% 0.42% -
HSV(B) 82.33º 0.75% 0.67% -
XYZ 23.15 33.5 7.44 -
YUV 141.94 71.6 114.49 -
System Red Green Blue C M Y K H S L
Decimal 123 171 42 0.28 0 0.75 0.33 82.33 0.61 0.42
Hex 7B AB 2A 1C 0 4B 21 52 3D 2A
Octal 173 253 52 34 0 113 41 122 75 52
Binary 1111011 10101011 101010 11100 0 1001011 100001 1010010 111101 101010

Color Harmonies of #7BAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAB2A

Black with #7BAB2A

Text Example


Text Example

White with #7BAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,171,42); }

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

background-color css

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

 a { background-color: rgb(123,171,42); }

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

border-color css

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

 span { border-color: rgb(123,171,42); }

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