Html Css Color HEX #7BAC1F Lima

📋 copy color: '#7BAC1F'

red 123 ◦ green 172 ◦ blue 31

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

Shades of Lima #7BAC1F

Tints of Lima #7BAC1F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.76%

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 37.73%
G = 52.76%
B = 9.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#7BAC1F (or 0x7BAC1F) is known color: Lima. HEX triplet: 7B, AC and 1F. RGB value is (123,172,31). Sum of RGB (Red+Green+Blue) = 123+172+31=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAC1F is #8453E0. Grayscale: #8D8D8D. Windows color (decimal): -8672225 or 2075771. OLE color: 2075771.

HSL color Cylindrical-coordinate representation of color #7BAC1F: hue angle of 80.85º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7BAC1F is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 172 31 -
CMYK 0.28 0 0.82 0.33
HSL 80.85º 0.69% 0.4% -
HSV(B) 80.85º 0.82% 0.67% -
XYZ 23.17 33.81 6.6 -
YUV 141.28 65.77 114.96 -
System Red Green Blue C M Y K H S L
Decimal 123 172 31 0.28 0 0.82 0.33 80.85 0.69 0.4
Hex 7B AC 1F 1C 0 52 21 51 45 28
Octal 173 254 37 34 0 122 41 121 105 50
Binary 1111011 10101100 11111 11100 0 1010010 100001 1010001 1000101 101000

Color Harmonies of #7BAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAC1F

Black with #7BAC1F

Text Example


Text Example

White with #7BAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,172,31); }

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

background-color css

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

 a { background-color: rgb(123,172,31); }

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

border-color css

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

 span { border-color: rgb(123,172,31); }

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