Html Css Color HEX #7BA510 Lima

📋 copy color: '#7BA510'

red 123 ◦ green 165 ◦ blue 16

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

Shades of Lima #7BA510

Tints of Lima #7BA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.28%

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 40.46%
G = 54.28%
B = 5.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#7BA510 (or 0x7BA510) is known color: Lima. HEX triplet: 7B, A5 and 10. RGB value is (123,165,16). Sum of RGB (Red+Green+Blue) = 123+165+16=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 165 (64.84% from 255 or 54.28% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA510 is #845AEF. Grayscale: #888888. Windows color (decimal): -8674032 or 1090939. OLE color: 1090939.

HSL color Cylindrical-coordinate representation of color #7BA510: hue angle of 76.91º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BA510 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 165 16 -
CMYK 0.25 0 0.90 0.35
HSL 76.91º 0.82% 0.35% -
HSV(B) 76.91º 0.9% 0.65% -
XYZ 21.72 31.16 5.36 -
YUV 135.46 60.59 119.12 -
System Red Green Blue C M Y K H S L
Decimal 123 165 16 0.25 0 0.90 0.35 76.91 0.82 0.35
Hex 7B A5 10 19 0 5A 23 4D 52 23
Octal 173 245 20 31 0 132 43 115 122 43
Binary 1111011 10100101 10000 11001 0 1011010 100011 1001101 1010010 100011

Color Harmonies of #7BA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA510

Black with #7BA510

Text Example


Text Example

White with #7BA510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,165,16); }

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

background-color css

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

 a { background-color: rgb(123,165,16); }

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

border-color css

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

 span { border-color: rgb(123,165,16); }

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