Html Css Color HEX #85B68D Envy

📋 copy color: '#85B68D'

red 133 ◦ green 182 ◦ blue 141

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

Shades of Envy #85B68D

Tints of Envy #85B68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.91%

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 29.17%
G = 39.91%
B = 30.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#85B68D (or 0x85B68D) is known color: Envy. HEX triplet: 85, B6 and 8D. RGB value is (133,182,141). Sum of RGB (Red+Green+Blue) = 133+182+141=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #85B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B68D is #7A4972. Grayscale: #A2A2A2. Windows color (decimal): -8014195 or 9287301. OLE color: 9287301.

HSL color Cylindrical-coordinate representation of color #85B68D: hue angle of 129.8º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B68D is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 182 141 -
CMYK 0.27 0 0.23 0.29
HSL 129.8º 0.25% 0.62% -
HSV(B) 129.8º 0.27% 0.71% -
XYZ 31.21 40.37 31.35 -
YUV 162.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 133 182 141 0.27 0 0.23 0.29 129.8 0.25 0.62
Hex 85 B6 8D 1B 0 17 1D 82 19 3E
Octal 205 266 215 33 0 27 35 202 31 76
Binary 10000101 10110110 10001101 11011 0 10111 11101 10000010 11001 111110

Color Harmonies of #85B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B68D

Black with #85B68D

Text Example


Text Example

White with #85B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,182,141); }

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

background-color css

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

 a { background-color: rgb(133,182,141); }

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

border-color css

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

 span { border-color: rgb(133,182,141); }

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