Html Css Color HEX #7BA520 Lima

📋 copy color: '#7BA520'

red 123 ◦ green 165 ◦ blue 32

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

Shades of Lima #7BA520

Tints of Lima #7BA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.56%

 BLUE value IS 32 (12.89% from 255) = 10%

R = 38.44%
G = 51.56%
B = 10%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#7BA520 (or 0x7BA520) is known color: Lima. HEX triplet: 7B, A5 and 20. RGB value is (123,165,32). Sum of RGB (Red+Green+Blue) = 123+165+32=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA520 is #845ADF. Grayscale: #898989. Windows color (decimal): -8674016 or 2139515. OLE color: 2139515.

HSL color Cylindrical-coordinate representation of color #7BA520: hue angle of 78.95º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7BA520 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 165 32 -
CMYK 0.25 0 0.81 0.35
HSL 78.95º 0.68% 0.39% -
HSV(B) 78.95º 0.81% 0.65% -
XYZ 21.88 31.23 6.24 -
YUV 137.28 68.59 117.81 -
System Red Green Blue C M Y K H S L
Decimal 123 165 32 0.25 0 0.81 0.35 78.95 0.68 0.39
Hex 7B A5 20 19 0 51 23 4F 44 27
Octal 173 245 40 31 0 121 43 117 104 47
Binary 1111011 10100101 100000 11001 0 1010001 100011 1001111 1000100 100111

Color Harmonies of #7BA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA520

Black with #7BA520

Text Example


Text Example

White with #7BA520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,165,32); }

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

background-color css

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

 a { background-color: rgb(123,165,32); }

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

border-color css

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

 span { border-color: rgb(123,165,32); }

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