Html Css Color HEX #869F5D Chelsea Cucumber

📋 copy color: '#869F5D'

red 134 ◦ green 159 ◦ blue 93

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

Shades of Chelsea Cucumber #869F5D

Tints of Chelsea Cucumber #869F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 34.72%
G = 41.19%
B = 24.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#869F5D (or 0x869F5D) is known color: Chelsea Cucumber. HEX triplet: 86, 9F and 5D. RGB value is (134,159,93). Sum of RGB (Red+Green+Blue) = 134+159+93=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #869F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F5D is #7960A2. Grayscale: #909090. Windows color (decimal): -7954595 or 6135686. OLE color: 6135686.

HSL color Cylindrical-coordinate representation of color #869F5D: hue angle of 82.73º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #869F5D is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 159 93 -
CMYK 0.16 0 0.42 0.38
HSL 82.73º 0.26% 0.49% -
HSV(B) 82.73º 0.42% 0.62% -
XYZ 24.21 30.65 15 -
YUV 144 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 134 159 93 0.16 0 0.42 0.38 82.73 0.26 0.49
Hex 86 9F 5D 10 0 2A 26 53 1A 31
Octal 206 237 135 20 0 52 46 123 32 61
Binary 10000110 10011111 1011101 10000 0 101010 100110 1010011 11010 110001

Color Harmonies of #869F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869F5D

Black with #869F5D

Text Example


Text Example

White with #869F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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