#7BAF32

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

Shades of Lima #7BAF32

Tints of Lima #7BAF32

Color information

#7BAF32 (or 0x7BAF32) is unknown color: approx Lima. HEX triplet: 7B, AF and 32. RGB value is (123,175,50). Sum of RGB (Red+Green+Blue) = 123+175+50=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF32 is #8450CD. Grayscale: #919191. Windows color (decimal): -8671438 or 3321723. OLE color: 3321723.

HSL color Cylindrical-coordinate representation of color #7BAF32: hue angle of 84.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BAF32 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB12317550-
CMYK0.3000.710.31
HSL84.96º55.56%44.12%-
HSV(B)84.96º71.43%68.63%-
XYZ24.0735.18.52-
YUV145.274.27112.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.34%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 50 (19.92% from 255) = 14.37%
R=35.34%
G=50.29%
B=14.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123175500.3000.710.3184.9655.5644.12
Hex7BAF321E0471F55382c
Octal17325762360107371257054
Binary1111011101011111100101111001000111111111010101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,50); }

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

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

 a { background-color: rgb(123,175,50); }

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

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

 span { border-color: rgb(123,175,50); }

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