Html Css Color HEX #85B269 Mantis

📋 copy color: '#85B269'

red 133 ◦ green 178 ◦ blue 105

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

Shades of Mantis #85B269

Tints of Mantis #85B269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

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

R = 31.97%
G = 42.79%
B = 25.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#85B269 (or 0x85B269) is known color: Mantis. HEX triplet: 85, B2 and 69. RGB value is (133,178,105). Sum of RGB (Red+Green+Blue) = 133+178+105=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #85B269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B269 is #7A4D96. Grayscale: #9C9C9C. Windows color (decimal): -8015255 or 6926981. OLE color: 6926981.

HSL color Cylindrical-coordinate representation of color #85B269: hue angle of 96.99º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85B269 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 178 105 -
CMYK 0.25 0 0.41 0.30
HSL 96.99º 0.32% 0.55% -
HSV(B) 96.99º 0.41% 0.7% -
XYZ 28.14 37.85 19.19 -
YUV 156.22 99.09 111.44 -
System Red Green Blue C M Y K H S L
Decimal 133 178 105 0.25 0 0.41 0.30 96.99 0.32 0.55
Hex 85 B2 69 19 0 29 1E 61 20 37
Octal 205 262 151 31 0 51 36 141 40 67
Binary 10000101 10110010 1101001 11001 0 101001 11110 1100001 100000 110111

Color Harmonies of #85B269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B269

Black with #85B269

Text Example


Text Example

White with #85B269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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