Html Css Color HEX #85A747 Chelsea Cucumber

📋 copy color: '#85A747'

red 133 ◦ green 167 ◦ blue 71

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

Shades of Chelsea Cucumber #85A747

Tints of Chelsea Cucumber #85A747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.14%

R = 35.85%
G = 45.01%
B = 19.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#85A747 (or 0x85A747) is known color: Chelsea Cucumber. HEX triplet: 85, A7 and 47. RGB value is (133,167,71). Sum of RGB (Red+Green+Blue) = 133+167+71=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #85A747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A747 is #7A58B8. Grayscale: #929292. Windows color (decimal): -8018105 or 4695941. OLE color: 4695941.

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

Color convert

RGB 133 167 71 -
CMYK 0.20 0 0.57 0.35
HSL 81.25º 0.4% 0.47% -
HSV(B) 81.25º 0.57% 0.65% -
XYZ 24.63 33.08 11.05 -
YUV 145.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 133 167 71 0.20 0 0.57 0.35 81.25 0.4 0.47
Hex 85 A7 47 14 0 39 23 51 28 2F
Octal 205 247 107 24 0 71 43 121 50 57
Binary 10000101 10100111 1000111 10100 0 111001 100011 1010001 101000 101111

Color Harmonies of #85A747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A747

Black with #85A747

Text Example


Text Example

White with #85A747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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