Html Css Color HEX #869860 Chelsea Cucumber

📋 copy color: '#869860'

red 134 ◦ green 152 ◦ blue 96

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

Shades of Chelsea Cucumber #869860

Tints of Chelsea Cucumber #869860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

 BLUE value IS 96 (37.89% from 255) = 25.13%

R = 35.08%
G = 39.79%
B = 25.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#869860 (or 0x869860) is known color: Chelsea Cucumber. HEX triplet: 86, 98 and 60. RGB value is (134,152,96). Sum of RGB (Red+Green+Blue) = 134+152+96=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #869860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869860 is #79679F. Grayscale: #8C8C8C. Windows color (decimal): -7956384 or 6330502. OLE color: 6330502.

HSL color Cylindrical-coordinate representation of color #869860: hue angle of 79.29º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #869860 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 96 -
CMYK 0.12 0 0.37 0.40
HSL 79.29º 0.23% 0.49% -
HSV(B) 79.29º 0.37% 0.6% -
XYZ 23.17 28.37 15.32 -
YUV 140.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 134 152 96 0.12 0 0.37 0.40 79.29 0.23 0.49
Hex 86 98 60 C 0 25 28 4F 17 31
Octal 206 230 140 14 0 45 50 117 27 61
Binary 10000110 10011000 1100000 1100 0 100101 101000 1001111 10111 110001

Color Harmonies of #869860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869860

Black with #869860

Text Example


Text Example

White with #869860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869860; }

 p { color: rgb(134,152,96); }

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

background-color css

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

 a { background-color: rgb(134,152,96); }

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

border-color css

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

 span { border-color: rgb(134,152,96); }

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