Html Css Color HEX #85BB69 Mantis

📋 copy color: '#85BB69'

red 133 ◦ green 187 ◦ blue 105

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

Shades of Mantis #85BB69

Tints of Mantis #85BB69

RGB

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

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

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

R = 31.29%
G = 44%
B = 24.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#85BB69 (or 0x85BB69) is known color: Mantis. HEX triplet: 85, BB and 69. RGB value is (133,187,105). Sum of RGB (Red+Green+Blue) = 133+187+105=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB69 is #7A4496. Grayscale: #A1A1A1. Windows color (decimal): -8012951 or 6929285. OLE color: 6929285.

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

Color convert

RGB 133 187 105 -
CMYK 0.29 0 0.44 0.27
HSL 99.51º 0.38% 0.57% -
HSV(B) 99.51º 0.44% 0.73% -
XYZ 29.99 41.55 19.8 -
YUV 161.51 96.11 107.67 -
System Red Green Blue C M Y K H S L
Decimal 133 187 105 0.29 0 0.44 0.27 99.51 0.38 0.57
Hex 85 BB 69 1D 0 2C 1B 64 26 39
Octal 205 273 151 35 0 54 33 144 46 71
Binary 10000101 10111011 1101001 11101 0 101100 11011 1100100 100110 111001

Color Harmonies of #85BB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB69

Black with #85BB69

Text Example


Text Example

White with #85BB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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