Html Css Color HEX #7BA521 Lima

📋 copy color: '#7BA521'

red 123 ◦ green 165 ◦ blue 33

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

Shades of Lima #7BA521

Tints of Lima #7BA521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.28%

R = 38.32%
G = 51.4%
B = 10.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#7BA521 (or 0x7BA521) is known color: Lima. HEX triplet: 7B, A5 and 21. RGB value is (123,165,33). Sum of RGB (Red+Green+Blue) = 123+165+33=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA521 is #845ADE. Grayscale: #898989. Windows color (decimal): -8674015 or 2205051. OLE color: 2205051.

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

Color convert

RGB 123 165 33 -
CMYK 0.25 0 0.8 0.35
HSL 79.09º 0.67% 0.39% -
HSV(B) 79.09º 0.8% 0.65% -
XYZ 21.9 31.23 6.31 -
YUV 137.39 69.09 117.73 -
System Red Green Blue C M Y K H S L
Decimal 123 165 33 0.25 0 0.8 0.35 79.09 0.67 0.39
Hex 7B A5 21 19 0 50 23 4F 43 27
Octal 173 245 41 31 0 120 43 117 103 47
Binary 1111011 10100101 100001 11001 0 1010000 100011 1001111 1000011 100111

Color Harmonies of #7BA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA521

Black with #7BA521

Text Example


Text Example

White with #7BA521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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