Html Css Color HEX #7BAE1F Lima

📋 copy color: '#7BAE1F'

red 123 ◦ green 174 ◦ blue 31

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

Shades of Lima #7BAE1F

Tints of Lima #7BAE1F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.05%

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

R = 37.5%
G = 53.05%
B = 9.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#7BAE1F (or 0x7BAE1F) is known color: Lima. HEX triplet: 7B, AE and 1F. RGB value is (123,174,31). Sum of RGB (Red+Green+Blue) = 123+174+31=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAE1F is #8451E0. Grayscale: #8E8E8E. Windows color (decimal): -8671713 or 2076283. OLE color: 2076283.

HSL color Cylindrical-coordinate representation of color #7BAE1F: hue angle of 81.4º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7BAE1F is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 174 31 -
CMYK 0.29 0 0.82 0.32
HSL 81.4º 0.7% 0.4% -
HSV(B) 81.4º 0.82% 0.68% -
XYZ 23.55 34.58 6.73 -
YUV 142.45 65.1 114.13 -
System Red Green Blue C M Y K H S L
Decimal 123 174 31 0.29 0 0.82 0.32 81.4 0.7 0.4
Hex 7B AE 1F 1D 0 52 20 51 46 28
Octal 173 256 37 35 0 122 40 121 106 50
Binary 1111011 10101110 11111 11101 0 1010010 100000 1010001 1000110 101000

Color Harmonies of #7BAE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAE1F

Black with #7BAE1F

Text Example


Text Example

White with #7BAE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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