Html Css Color HEX #85A765 Chelsea Cucumber

📋 copy color: '#85A765'

red 133 ◦ green 167 ◦ blue 101

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

Shades of Chelsea Cucumber #85A765

Tints of Chelsea Cucumber #85A765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

 BLUE value IS 101 (39.84% from 255) = 25.19%

R = 33.17%
G = 41.65%
B = 25.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#85A765 (or 0x85A765) is known color: Chelsea Cucumber. HEX triplet: 85, A7 and 65. RGB value is (133,167,101). Sum of RGB (Red+Green+Blue) = 133+167+101=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #85A765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A765 is #7A589A. Grayscale: #959595. Windows color (decimal): -8018075 or 6662021. OLE color: 6662021.

HSL color Cylindrical-coordinate representation of color #85A765: hue angle of 90.91º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A765 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 167 101 -
CMYK 0.20 0 0.40 0.35
HSL 90.91º 0.27% 0.53% -
HSV(B) 90.91º 0.4% 0.65% -
XYZ 25.84 33.56 17.43 -
YUV 149.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 133 167 101 0.20 0 0.40 0.35 90.91 0.27 0.53
Hex 85 A7 65 14 0 28 23 5B 1B 35
Octal 205 247 145 24 0 50 43 133 33 65
Binary 10000101 10100111 1100101 10100 0 101000 100011 1011011 11011 110101

Color Harmonies of #85A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A765

Black with #85A765

Text Example


Text Example

White with #85A765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,167,101); }

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

background-color css

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

 a { background-color: rgb(133,167,101); }

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

border-color css

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

 span { border-color: rgb(133,167,101); }

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