Html Css Color HEX #87965F Chelsea Cucumber

📋 copy color: '#87965F'

red 135 ◦ green 150 ◦ blue 95

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

Shades of Chelsea Cucumber #87965F

Tints of Chelsea Cucumber #87965F

RGB

 RED value IS 135 (53.13% from 255) = 35.53%

 GREEN value IS 150 (58.98% from 255) = 39.47%

 BLUE value IS 95 (37.5% from 255) = 25%

R = 35.53%
G = 39.47%
B = 25%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#87965F (or 0x87965F) is known color: Chelsea Cucumber. HEX triplet: 87, 96 and 5F. RGB value is (135,150,95). Sum of RGB (Red+Green+Blue) = 135+150+95=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #87965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87965F is #7869A0. Grayscale: #8B8B8B. Windows color (decimal): -7891361 or 6264455. OLE color: 6264455.

HSL color Cylindrical-coordinate representation of color #87965F: hue angle of 76.36º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87965F is Cyan = 0.1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 150 95 -
CMYK 0.1 0 0.37 0.41
HSL 76.36º 0.22% 0.48% -
HSV(B) 76.36º 0.37% 0.59% -
XYZ 22.96 27.79 14.98 -
YUV 139.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 135 150 95 0.1 0 0.37 0.41 76.36 0.22 0.48
Hex 87 96 5F A 0 25 29 4C 16 30
Octal 207 226 137 12 0 45 51 114 26 60
Binary 10000111 10010110 1011111 1010 0 100101 101001 1001100 10110 110000

Color Harmonies of #87965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87965F

Black with #87965F

Text Example


Text Example

White with #87965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87965F; }

 p { color: rgb(135,150,95); }

 H1.HeaderClassName
 {
   color: #87965F;
 }
 .AnyTagClassName
 {
   color: #87965F;
 }
</style>

background-color css

<style>
 a { background-color: #87965F; }

 a { background-color: rgb(135,150,95); }

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

border-color css

<style>
 span { border-color: #87965F; }

 span { border-color: rgb(135,150,95); }

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