Html Css Color HEX #85BA75 Mantis

📋 copy color: '#85BA75'

red 133 ◦ green 186 ◦ blue 117

#85BA75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #85BA75

Tints of Mantis #85BA75

RGB

 RED value IS 133 (52.34% from 255) = 30.5%

 GREEN value IS 186 (73.05% from 255) = 42.66%

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 30.5%
G = 42.66%
B = 26.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#85BA75 (or 0x85BA75) is known color: Mantis. HEX triplet: 85, BA and 75. RGB value is (133,186,117). Sum of RGB (Red+Green+Blue) = 133+186+117=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA75 is #7A458A. Grayscale: #A2A2A2. Windows color (decimal): -8013195 or 7715461. OLE color: 7715461.

HSL color Cylindrical-coordinate representation of color #85BA75: hue angle of 106.09º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85BA75 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 186 117 -
CMYK 0.28 0 0.37 0.27
HSL 106.09º 0.33% 0.59% -
HSV(B) 106.09º 0.37% 0.73% -
XYZ 30.44 41.39 23.21 -
YUV 162.29 102.44 107.11 -
System Red Green Blue C M Y K H S L
Decimal 133 186 117 0.28 0 0.37 0.27 106.09 0.33 0.59
Hex 85 BA 75 1C 0 25 1B 6A 21 3B
Octal 205 272 165 34 0 45 33 152 41 73
Binary 10000101 10111010 1110101 11100 0 100101 11011 1101010 100001 111011

Color Harmonies of #85BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA75

Black with #85BA75

Text Example


Text Example

White with #85BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85BA75; }

 p { color: rgb(133,186,117); }

 H1.HeaderClassName
 {
   color: #85BA75;
 }
 .AnyTagClassName
 {
   color: #85BA75;
 }
</style>

background-color css

<style>
 a { background-color: #85BA75; }

 a { background-color: rgb(133,186,117); }

 div.DivClassName
 {
   background-color: #85BA75;
 }
 .BgClassName
 {
   background-color: #85BA75;
 }
</style>

border-color css

<style>
 span { border-color: #85BA75; }

 span { border-color: rgb(133,186,117); }

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