Html Css Color HEX #7BA416 Lima

📋 copy color: '#7BA416'

red 123 ◦ green 164 ◦ blue 22

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

Shades of Lima #7BA416

Tints of Lima #7BA416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.07%

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 39.81%
G = 53.07%
B = 7.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#7BA416 (or 0x7BA416) is known color: Lima. HEX triplet: 7B, A4 and 16. RGB value is (123,164,22). Sum of RGB (Red+Green+Blue) = 123+164+22=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA416 is #845BE9. Grayscale: #888888. Windows color (decimal): -8674282 or 1483899. OLE color: 1483899.

HSL color Cylindrical-coordinate representation of color #7BA416: hue angle of 77.32º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7BA416 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 123 164 22 -
CMYK 0.25 0 0.87 0.36
HSL 77.32º 0.76% 0.36% -
HSV(B) 77.32º 0.87% 0.64% -
XYZ 21.59 30.82 5.57 -
YUV 135.55 63.92 119.05 -
System Red Green Blue C M Y K H S L
Decimal 123 164 22 0.25 0 0.87 0.36 77.32 0.76 0.36
Hex 7B A4 16 19 0 57 24 4D 4C 24
Octal 173 244 26 31 0 127 44 115 114 44
Binary 1111011 10100100 10110 11001 0 1010111 100100 1001101 1001100 100100

Color Harmonies of #7BA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA416

Black with #7BA416

Text Example


Text Example

White with #7BA416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,164,22); }

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

background-color css

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

 a { background-color: rgb(123,164,22); }

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

border-color css

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

 span { border-color: rgb(123,164,22); }

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