Html Css Color HEX #7BA413 Lima

📋 copy color: '#7BA413'

red 123 ◦ green 164 ◦ blue 19

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

Shades of Lima #7BA413

Tints of Lima #7BA413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 40.2%
G = 53.59%
B = 6.21%

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

#7BA413 (or 0x7BA413) is known color: Lima. HEX triplet: 7B, A4 and 13. RGB value is (123,164,19). Sum of RGB (Red+Green+Blue) = 123+164+19=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA413 is #845BEC. Grayscale: #878787. Windows color (decimal): -8674285 or 1287291. OLE color: 1287291.

HSL color Cylindrical-coordinate representation of color #7BA413: hue angle of 76.97º degrees, saturation: 0.79, 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 #7BA413 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 123 164 19 -
CMYK 0.25 0 0.88 0.36
HSL 76.97º 0.79% 0.36% -
HSV(B) 76.97º 0.88% 0.64% -
XYZ 21.56 30.81 5.43 -
YUV 135.21 62.42 119.29 -
System Red Green Blue C M Y K H S L
Decimal 123 164 19 0.25 0 0.88 0.36 76.97 0.79 0.36
Hex 7B A4 13 19 0 58 24 4D 4F 24
Octal 173 244 23 31 0 130 44 115 117 44
Binary 1111011 10100100 10011 11001 0 1011000 100100 1001101 1001111 100100

Color Harmonies of #7BA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA413

Black with #7BA413

Text Example


Text Example

White with #7BA413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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