Html Css Color HEX #7BA015 Lima

📋 copy color: '#7BA015'

red 123 ◦ green 160 ◦ blue 21

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

Shades of Lima #7BA015

Tints of Lima #7BA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.63%

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 40.46%
G = 52.63%
B = 6.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#7BA015 (or 0x7BA015) is known color: Lima. HEX triplet: 7B, A0 and 15. RGB value is (123,160,21). Sum of RGB (Red+Green+Blue) = 123+160+21=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA015 is #845FEA. Grayscale: #858585. Windows color (decimal): -8675307 or 1417339. OLE color: 1417339.

HSL color Cylindrical-coordinate representation of color #7BA015: hue angle of 75.97º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7BA015 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 123 160 21 -
CMYK 0.23 0 0.87 0.37
HSL 75.97º 0.77% 0.35% -
HSV(B) 75.97º 0.87% 0.63% -
XYZ 20.87 29.41 5.29 -
YUV 133.09 64.74 120.8 -
System Red Green Blue C M Y K H S L
Decimal 123 160 21 0.23 0 0.87 0.37 75.97 0.77 0.35
Hex 7B A0 15 17 0 57 25 4C 4D 23
Octal 173 240 25 27 0 127 45 114 115 43
Binary 1111011 10100000 10101 10111 0 1010111 100101 1001100 1001101 100011

Color Harmonies of #7BA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA015

Black with #7BA015

Text Example


Text Example

White with #7BA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,160,21); }

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

background-color css

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

 a { background-color: rgb(123,160,21); }

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

border-color css

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

 span { border-color: rgb(123,160,21); }

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