Html Css Color HEX #85A060 Chelsea Cucumber

📋 copy color: '#85A060'

red 133 ◦ green 160 ◦ blue 96

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

Shades of Chelsea Cucumber #85A060

Tints of Chelsea Cucumber #85A060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.13%

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 34.19%
G = 41.13%
B = 24.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#85A060 (or 0x85A060) is known color: Chelsea Cucumber. HEX triplet: 85, A0 and 60. RGB value is (133,160,96). Sum of RGB (Red+Green+Blue) = 133+160+96=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #85A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A060 is #7A5F9F. Grayscale: #909090. Windows color (decimal): -8019872 or 6332549. OLE color: 6332549.

HSL color Cylindrical-coordinate representation of color #85A060: hue angle of 85.31º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A060 is Cyan = 0.17, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 160 96 -
CMYK 0.17 0 0.4 0.37
HSL 85.31º 0.25% 0.5% -
HSV(B) 85.31º 0.4% 0.63% -
XYZ 24.36 30.97 15.76 -
YUV 144.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 133 160 96 0.17 0 0.4 0.37 85.31 0.25 0.5
Hex 85 A0 60 11 0 28 25 55 19 32
Octal 205 240 140 21 0 50 45 125 31 62
Binary 10000101 10100000 1100000 10001 0 101000 100101 1010101 11001 110010

Color Harmonies of #85A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A060

Black with #85A060

Text Example


Text Example

White with #85A060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,160,96); }

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

background-color css

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

 a { background-color: rgb(133,160,96); }

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

border-color css

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

 span { border-color: rgb(133,160,96); }

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