#7BAF61

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

Shades of Mantis #7BAF61

Tints of Mantis #7BAF61

Color information

#7BAF61 (or 0x7BAF61) is unknown color: approx Mantis. HEX triplet: 7B, AF and 61. RGB value is (123,175,97). Sum of RGB (Red+Green+Blue) = 123+175+97=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF61 is #84509E. Grayscale: #969696. Windows color (decimal): -8671391 or 6401915. OLE color: 6401915.

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

Color convert

RGB12317597-
CMYK0.3000.450.31
HSL100º32.77%53.33%-
HSV(B)100º44.57%68.63%-
XYZ25.6635.7316.85-
YUV150.5697.77108.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.14%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=31.14%
G=44.30%
B=24.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123175970.3000.450.3110032.7753.33
Hex7BAF611E02D1F642135
Octal17325714136055371444165
Binary1111011101011111100001111100101101111111100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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