Html Css Color HEX #7BA01E Lima

📋 copy color: '#7BA01E'

red 123 ◦ green 160 ◦ blue 30

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

Shades of Lima #7BA01E

Tints of Lima #7BA01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 39.3%
G = 51.12%
B = 9.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#7BA01E (or 0x7BA01E) is known color: Lima. HEX triplet: 7B, A0 and 1E. RGB value is (123,160,30). Sum of RGB (Red+Green+Blue) = 123+160+30=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA01E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA01E is #845FE1. Grayscale: #868686. Windows color (decimal): -8675298 or 2007163. OLE color: 2007163.

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

Color convert

RGB 123 160 30 -
CMYK 0.23 0 0.81 0.37
HSL 77.08º 0.68% 0.37% -
HSV(B) 77.08º 0.81% 0.63% -
XYZ 20.97 29.45 5.81 -
YUV 134.12 69.24 120.07 -
System Red Green Blue C M Y K H S L
Decimal 123 160 30 0.23 0 0.81 0.37 77.08 0.68 0.37
Hex 7B A0 1E 17 0 51 25 4D 44 25
Octal 173 240 36 27 0 121 45 115 104 45
Binary 1111011 10100000 11110 10111 0 1010001 100101 1001101 1000100 100101

Color Harmonies of #7BA01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA01E

Black with #7BA01E

Text Example


Text Example

White with #7BA01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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