Html Css Color HEX #7BAB0E Lima

📋 copy color: '#7BAB0E'

red 123 ◦ green 171 ◦ blue 14

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

Shades of Lima #7BAB0E

Tints of Lima #7BAB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.55%

R = 39.94%
G = 55.52%
B = 4.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#7BAB0E (or 0x7BAB0E) is known color: Lima. HEX triplet: 7B, AB and 0E. RGB value is (123,171,14). Sum of RGB (Red+Green+Blue) = 123+171+14=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAB0E is #8454F1. Grayscale: #8B8B8B. Windows color (decimal): -8672498 or 961403. OLE color: 961403.

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

Color convert

RGB 123 171 14 -
CMYK 0.28 0 0.92 0.33
HSL 78.34º 0.85% 0.36% -
HSV(B) 78.34º 0.92% 0.67% -
XYZ 22.81 33.37 5.65 -
YUV 138.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 123 171 14 0.28 0 0.92 0.33 78.34 0.85 0.36
Hex 7B AB E 1C 0 5C 21 4E 55 24
Octal 173 253 16 34 0 134 41 116 125 44
Binary 1111011 10101011 1110 11100 0 1011100 100001 1001110 1010101 100100

Color Harmonies of #7BAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAB0E

Black with #7BAB0E

Text Example


Text Example

White with #7BAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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