Html Css Color HEX #7BAB14 Lima

📋 copy color: '#7BAB14'

red 123 ◦ green 171 ◦ blue 20

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

Shades of Lima #7BAB14

Tints of Lima #7BAB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.46%

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

R = 39.17%
G = 54.46%
B = 6.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#7BAB14 (or 0x7BAB14) is known color: Lima. HEX triplet: 7B, AB and 14. RGB value is (123,171,20). Sum of RGB (Red+Green+Blue) = 123+171+20=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAB14 is #8454EB. Grayscale: #8B8B8B. Windows color (decimal): -8672492 or 1354619. OLE color: 1354619.

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

Color convert

RGB 123 171 20 -
CMYK 0.28 0 0.88 0.33
HSL 79.07º 0.79% 0.37% -
HSV(B) 79.07º 0.88% 0.67% -
XYZ 22.86 33.39 5.9 -
YUV 139.43 60.6 116.28 -
System Red Green Blue C M Y K H S L
Decimal 123 171 20 0.28 0 0.88 0.33 79.07 0.79 0.37
Hex 7B AB 14 1C 0 58 21 4F 4F 25
Octal 173 253 24 34 0 130 41 117 117 45
Binary 1111011 10101011 10100 11100 0 1011000 100001 1001111 1001111 100101

Color Harmonies of #7BAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAB14

Black with #7BAB14

Text Example


Text Example

White with #7BAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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