#7BAF66

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

Shades of Mantis #7BAF66

Tints of Mantis #7BAF66

Color information

#7BAF66 (or 0x7BAF66) is unknown color: approx Mantis. HEX triplet: 7B, AF and 66. RGB value is (123,175,102). Sum of RGB (Red+Green+Blue) = 123+175+102=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF66 is #845099. Grayscale: #979797. Windows color (decimal): -8671386 or 6729595. OLE color: 6729595.

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

Color convert

RGB123175102-
CMYK0.3000.420.31
HSL102.74º31.33%54.31%-
HSV(B)102.74º41.71%68.63%-
XYZ25.935.8318.12-
YUV151.13100.27107.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.75%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 102 (40.23% from 255) = 25.5%
R=30.75%
G=43.75%
B=25.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231751020.3000.420.31102.7431.3354.31
Hex7BAF661E02A1F671f36
Octal17325714636052371473766
Binary111101110101111110011011110010101011111110011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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