Html Css Color HEX #7BA314 Lima

📋 copy color: '#7BA314'

red 123 ◦ green 163 ◦ blue 20

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

Shades of Lima #7BA314

Tints of Lima #7BA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.27%

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

R = 40.2%
G = 53.27%
B = 6.54%

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

#7BA314 (or 0x7BA314) is known color: Lima. HEX triplet: 7B, A3 and 14. RGB value is (123,163,20). Sum of RGB (Red+Green+Blue) = 123+163+20=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA314 is #845CEB. Grayscale: #878787. Windows color (decimal): -8674540 or 1352571. OLE color: 1352571.

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

Color convert

RGB 123 163 20 -
CMYK 0.25 0 0.88 0.36
HSL 76.78º 0.78% 0.36% -
HSV(B) 76.78º 0.88% 0.64% -
XYZ 21.39 30.46 5.41 -
YUV 134.74 63.25 119.63 -
System Red Green Blue C M Y K H S L
Decimal 123 163 20 0.25 0 0.88 0.36 76.78 0.78 0.36
Hex 7B A3 14 19 0 58 24 4D 4E 24
Octal 173 243 24 31 0 130 44 115 116 44
Binary 1111011 10100011 10100 11001 0 1011000 100100 1001101 1001110 100100

Color Harmonies of #7BA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA314

Black with #7BA314

Text Example


Text Example

White with #7BA314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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