Html Css Color HEX #7BAA25 Lima

📋 copy color: '#7BAA25'

red 123 ◦ green 170 ◦ blue 37

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

Shades of Lima #7BAA25

Tints of Lima #7BAA25

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.52%

 BLUE value IS 37 (14.84% from 255) = 11.21%

R = 37.27%
G = 51.52%
B = 11.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#7BAA25 (or 0x7BAA25) is known color: Lima. HEX triplet: 7B, AA and 25. RGB value is (123,170,37). Sum of RGB (Red+Green+Blue) = 123+170+37=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA25 is #8455DA. Grayscale: #8D8D8D. Windows color (decimal): -8672731 or 2468475. OLE color: 2468475.

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

Color convert

RGB 123 170 37 -
CMYK 0.28 0 0.78 0.33
HSL 81.2º 0.64% 0.41% -
HSV(B) 81.2º 0.78% 0.67% -
XYZ 22.88 33.09 6.93 -
YUV 140.79 69.43 115.31 -
System Red Green Blue C M Y K H S L
Decimal 123 170 37 0.28 0 0.78 0.33 81.2 0.64 0.41
Hex 7B AA 25 1C 0 4E 21 51 40 29
Octal 173 252 45 34 0 116 41 121 100 51
Binary 1111011 10101010 100101 11100 0 1001110 100001 1010001 1000000 101001

Color Harmonies of #7BAA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA25

Black with #7BAA25

Text Example


Text Example

White with #7BAA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,170,37); }

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

background-color css

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

 a { background-color: rgb(123,170,37); }

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

border-color css

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

 span { border-color: rgb(123,170,37); }

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