#75B467

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

Shades of Mantis #75B467

Tints of Mantis #75B467

Color information

#75B467 (or 0x75B467) is unknown color: approx Mantis. HEX triplet: 75, B4 and 67. RGB value is (117,180,103). Sum of RGB (Red+Green+Blue) = 117+180+103=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #75B467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B467 is #8A4B98. Grayscale: #989898. Windows color (decimal): -9063321 or 6796405. OLE color: 6796405.

HSL color Cylindrical-coordinate representation of color #75B467: hue angle of 109.09º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75B467 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB117180103-
CMYK0.3500.430.29
HSL109.09º33.92%55.49%-
HSV(B)109.09º42.78%70.59%-
XYZ26.1137.418.68-
YUV152.38100.13102.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=29.25%
G=45%
B=25.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171801030.3500.430.29109.0933.9255.49
Hex75B4672302B1D6d2237
Octal16526414743053351554267
Binary11101011011010011001111000110101011111011101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B467; }

 p { color: rgb(117,180,103); }

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

<style>
 a { background-color: #75B467; }

 a { background-color: rgb(117,180,103); }

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

<style>
 span { border-color: #75B467; }

 span { border-color: rgb(117,180,103); }

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