#7BA317

Color #7BA317 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7BA317

Tints of Lima #7BA317

Color information

#7BA317 (or 0x7BA317) is unknown color: approx Lima. HEX triplet: 7B, A3 and 17. RGB value is (123,163,23). Sum of RGB (Red+Green+Blue) = 123+163+23=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA317 is #845CE8. Grayscale: #878787. Windows color (decimal): -8674537 or 1549179. OLE color: 1549179.

HSL color Cylindrical-coordinate representation of color #7BA317: hue angle of 77.14º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7BA317 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB12316323-
CMYK0.2500.860.36
HSL77.14º75.27%36.47%-
HSV(B)77.14º85.89%63.92%-
XYZ21.4230.475.56-
YUV135.0864.75119.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.81%
GREEN value IS 163 (64.06% from 255) = 52.75%
BLUE value IS 23 (9.38% from 255) = 7.44%
R=39.81%
G=52.75%
B=7.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123163230.2500.860.3677.1475.2736.47
Hex7BA31719056244d4b24
Octal173243273101264411511344
Binary11110111010001110111110010101011010010010011011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,163,23); }

 H1.HeaderClassName
 {
   color: #7BA317;
 }
 .AnyTagClassName
 {
   color: #7BA317;
 }
</style>
background-color css

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

 a { background-color: rgb(123,163,23); }

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

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

 span { border-color: rgb(123,163,23); }

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