Html Css Color HEX #85B469 Mantis

📋 copy color: '#85B469'

red 133 ◦ green 180 ◦ blue 105

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

Shades of Mantis #85B469

Tints of Mantis #85B469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.06%

 BLUE value IS 105 (41.41% from 255) = 25.12%

R = 31.82%
G = 43.06%
B = 25.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#85B469 (or 0x85B469) is known color: Mantis. HEX triplet: 85, B4 and 69. RGB value is (133,180,105). Sum of RGB (Red+Green+Blue) = 133+180+105=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #85B469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B469 is #7A4B96. Grayscale: #9D9D9D. Windows color (decimal): -8014743 or 6927493. OLE color: 6927493.

HSL color Cylindrical-coordinate representation of color #85B469: hue angle of 97.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85B469 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 180 105 -
CMYK 0.26 0 0.42 0.29
HSL 97.6º 0.33% 0.56% -
HSV(B) 97.6º 0.42% 0.71% -
XYZ 28.54 38.65 19.32 -
YUV 157.4 98.43 110.6 -
System Red Green Blue C M Y K H S L
Decimal 133 180 105 0.26 0 0.42 0.29 97.6 0.33 0.56
Hex 85 B4 69 1A 0 2A 1D 62 21 38
Octal 205 264 151 32 0 52 35 142 41 70
Binary 10000101 10110100 1101001 11010 0 101010 11101 1100010 100001 111000

Color Harmonies of #85B469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B469

Black with #85B469

Text Example


Text Example

White with #85B469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,180,105); }

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

background-color css

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

 a { background-color: rgb(133,180,105); }

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

border-color css

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

 span { border-color: rgb(133,180,105); }

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