Html Css Color HEX #869F60 Chelsea Cucumber

📋 copy color: '#869F60'

red 134 ◦ green 159 ◦ blue 96

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

Shades of Chelsea Cucumber #869F60

Tints of Chelsea Cucumber #869F60

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.87%

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

R = 34.45%
G = 40.87%
B = 24.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#869F60 (or 0x869F60) is known color: Chelsea Cucumber. HEX triplet: 86, 9F and 60. RGB value is (134,159,96). Sum of RGB (Red+Green+Blue) = 134+159+96=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #869F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F60 is #79609F. Grayscale: #909090. Windows color (decimal): -7954592 or 6332294. OLE color: 6332294.

HSL color Cylindrical-coordinate representation of color #869F60: hue angle of 83.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #869F60 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 159 96 -
CMYK 0.16 0 0.40 0.38
HSL 83.81º 0.25% 0.5% -
HSV(B) 83.81º 0.4% 0.62% -
XYZ 24.34 30.71 15.71 -
YUV 144.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 134 159 96 0.16 0 0.40 0.38 83.81 0.25 0.5
Hex 86 9F 60 10 0 28 26 54 19 32
Octal 206 237 140 20 0 50 46 124 31 62
Binary 10000110 10011111 1100000 10000 0 101000 100110 1010100 11001 110010

Color Harmonies of #869F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869F60

Black with #869F60

Text Example


Text Example

White with #869F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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