Html Css Color HEX #86A765 Chelsea Cucumber

📋 copy color: '#86A765'

red 134 ◦ green 167 ◦ blue 101

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

Shades of Chelsea Cucumber #86A765

Tints of Chelsea Cucumber #86A765

RGB

 RED value IS 134 (52.73% from 255) = 33.33%

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

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

R = 33.33%
G = 41.54%
B = 25.12%

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

#86A765 (or 0x86A765) is known color: Chelsea Cucumber. HEX triplet: 86, A7 and 65. RGB value is (134,167,101). Sum of RGB (Red+Green+Blue) = 134+167+101=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #86A765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A765 is #79589A. Grayscale: #959595. Windows color (decimal): -7952539 or 6662022. OLE color: 6662022.

HSL color Cylindrical-coordinate representation of color #86A765: hue angle of 90º 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 #86A765 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 167 101 -
CMYK 0.20 0 0.40 0.35
HSL 90º 0.27% 0.53% -
HSV(B) 90º 0.4% 0.65% -
XYZ 26 33.65 17.44 -
YUV 149.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 134 167 101 0.20 0 0.40 0.35 90 0.27 0.53
Hex 86 A7 65 14 0 28 23 5A 1B 35
Octal 206 247 145 24 0 50 43 132 33 65
Binary 10000110 10100111 1100101 10100 0 101000 100011 1011010 11011 110101

Color Harmonies of #86A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A765

Black with #86A765

Text Example


Text Example

White with #86A765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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