#7ba217

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

Shades of Lima #7BA217

Tints of Lima #7BA217

Color information

#7BA217 (or 0x7BA217) is unknown color: approx Lima. HEX triplet: 7B, A2 and 17. RGB value is (123,162,23). Sum of RGB (Red+Green+Blue) = 123+162+23=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA217 is #845DE8. Grayscale: #878787. Windows color (decimal): -8674793 or 1548923. OLE color: 1548923.

HSL color Cylindrical-coordinate representation of color #7BA217: hue angle of 76.83º 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 #7BA217 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB12316223-
CMYK0.2400.860.36
HSL76.83º75.14%36.27%-
HSV(B)76.83º85.8%63.53%-
XYZ21.2430.115.5-
YUV134.4965.08119.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.94%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 23 (9.38% from 255) = 7.47%
R=39.94%
G=52.60%
B=7.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123162230.2400.860.3676.8375.1436.27
Hex7BA21718056244d4b24
Octal173242273001264411511344
Binary11110111010001010111110000101011010010010011011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ba217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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