Html Css Color HEX #7BBA0F Lima

📋 copy color: '#7BBA0F'

red 123 ◦ green 186 ◦ blue 15

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

Shades of Lima #7BBA0F

Tints of Lima #7BBA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.41%

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 37.96%
G = 57.41%
B = 4.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#7BBA0F (or 0x7BBA0F) is known color: Lima. HEX triplet: 7B, BA and 0F. RGB value is (123,186,15). Sum of RGB (Red+Green+Blue) = 123+186+15=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA0F is #8445F0. Grayscale: #949494. Windows color (decimal): -8668657 or 1030779. OLE color: 1030779.

HSL color Cylindrical-coordinate representation of color #7BBA0F: hue angle of 82.11º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7BBA0F is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 186 15 -
CMYK 0.34 0 0.92 0.27
HSL 82.11º 0.85% 0.39% -
HSV(B) 82.11º 0.92% 0.73% -
XYZ 25.81 39.36 6.69 -
YUV 147.67 53.13 110.4 -
System Red Green Blue C M Y K H S L
Decimal 123 186 15 0.34 0 0.92 0.27 82.11 0.85 0.39
Hex 7B BA F 22 0 5C 1B 52 55 27
Octal 173 272 17 42 0 134 33 122 125 47
Binary 1111011 10111010 1111 100010 0 1011100 11011 1010010 1010101 100111

Color Harmonies of #7BBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBA0F

Black with #7BBA0F

Text Example


Text Example

White with #7BBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,186,15); }

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

background-color css

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

 a { background-color: rgb(123,186,15); }

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

border-color css

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

 span { border-color: rgb(123,186,15); }

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