Html Css Color HEX #87965A Chelsea Cucumber

📋 copy color: '#87965A'

red 135 ◦ green 150 ◦ blue 90

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

Shades of Chelsea Cucumber #87965A

Tints of Chelsea Cucumber #87965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24%

R = 36%
G = 40%
B = 24%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#87965A (or 0x87965A) is known color: Chelsea Cucumber. HEX triplet: 87, 96 and 5A. RGB value is (135,150,90). Sum of RGB (Red+Green+Blue) = 135+150+90=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #87965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87965A is #7869A5. Grayscale: #8A8A8A. Windows color (decimal): -7891366 or 5936775. OLE color: 5936775.

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

Color convert

RGB 135 150 90 -
CMYK 0.1 0 0.4 0.41
HSL 75º 0.25% 0.47% -
HSV(B) 75º 0.4% 0.59% -
XYZ 22.74 27.7 13.82 -
YUV 138.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 135 150 90 0.1 0 0.4 0.41 75 0.25 0.47
Hex 87 96 5A A 0 28 29 4B 19 2F
Octal 207 226 132 12 0 50 51 113 31 57
Binary 10000111 10010110 1011010 1010 0 101000 101001 1001011 11001 101111

Color Harmonies of #87965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87965A

Black with #87965A

Text Example


Text Example

White with #87965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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