Html Css Color HEX #7BA414 Lima

📋 copy color: '#7BA414'

red 123 ◦ green 164 ◦ blue 20

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

Shades of Lima #7BA414

Tints of Lima #7BA414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 40.07%
G = 53.42%
B = 6.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#7BA414 (or 0x7BA414) is known color: Lima. HEX triplet: 7B, A4 and 14. RGB value is (123,164,20). Sum of RGB (Red+Green+Blue) = 123+164+20=307 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.07% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA414 is #845BEB. Grayscale: #878787. Windows color (decimal): -8674284 or 1352827. OLE color: 1352827.

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

Color convert

RGB 123 164 20 -
CMYK 0.25 0 0.88 0.36
HSL 77.08º 0.78% 0.36% -
HSV(B) 77.08º 0.88% 0.64% -
XYZ 21.57 30.81 5.47 -
YUV 135.33 62.92 119.21 -
System Red Green Blue C M Y K H S L
Decimal 123 164 20 0.25 0 0.88 0.36 77.08 0.78 0.36
Hex 7B A4 14 19 0 58 24 4D 4E 24
Octal 173 244 24 31 0 130 44 115 116 44
Binary 1111011 10100100 10100 11001 0 1011000 100100 1001101 1001110 100100

Color Harmonies of #7BA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA414

Black with #7BA414

Text Example


Text Example

White with #7BA414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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