Html Css Color HEX #85BB67 Mantis

📋 copy color: '#85BB67'

red 133 ◦ green 187 ◦ blue 103

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

Shades of Mantis #85BB67

Tints of Mantis #85BB67

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.21%

 BLUE value IS 103 (40.63% from 255) = 24.35%

R = 31.44%
G = 44.21%
B = 24.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#85BB67 (or 0x85BB67) is known color: Mantis. HEX triplet: 85, BB and 67. RGB value is (133,187,103). Sum of RGB (Red+Green+Blue) = 133+187+103=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB67 is #7A4498. Grayscale: #A1A1A1. Windows color (decimal): -8012953 or 6798213. OLE color: 6798213.

HSL color Cylindrical-coordinate representation of color #85BB67: hue angle of 98.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85BB67 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 187 103 -
CMYK 0.29 0 0.45 0.27
HSL 98.57º 0.38% 0.57% -
HSV(B) 98.57º 0.45% 0.73% -
XYZ 29.89 41.51 19.27 -
YUV 161.28 95.11 107.83 -
System Red Green Blue C M Y K H S L
Decimal 133 187 103 0.29 0 0.45 0.27 98.57 0.38 0.57
Hex 85 BB 67 1D 0 2D 1B 63 26 39
Octal 205 273 147 35 0 55 33 143 46 71
Binary 10000101 10111011 1100111 11101 0 101101 11011 1100011 100110 111001

Color Harmonies of #85BB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB67

Black with #85BB67

Text Example


Text Example

White with #85BB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,187,103); }

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

background-color css

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

 a { background-color: rgb(133,187,103); }

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

border-color css

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

 span { border-color: rgb(133,187,103); }

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