Html Css Color HEX #869A5F Chelsea Cucumber

📋 copy color: '#869A5F'

red 134 ◦ green 154 ◦ blue 95

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

Shades of Chelsea Cucumber #869A5F

Tints of Chelsea Cucumber #869A5F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.21%

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 34.99%
G = 40.21%
B = 24.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#869A5F (or 0x869A5F) is known color: Chelsea Cucumber. HEX triplet: 86, 9A and 5F. RGB value is (134,154,95). Sum of RGB (Red+Green+Blue) = 134+154+95=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 154 - color contains mainly: green. Hex color #869A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869A5F is #7965A0. Grayscale: #8D8D8D. Windows color (decimal): -7955873 or 6265478. OLE color: 6265478.

HSL color Cylindrical-coordinate representation of color #869A5F: hue angle of 80.34º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #869A5F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 154 95 -
CMYK 0.13 0 0.38 0.40
HSL 80.34º 0.24% 0.49% -
HSV(B) 80.34º 0.38% 0.6% -
XYZ 23.45 29.01 15.19 -
YUV 141.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 134 154 95 0.13 0 0.38 0.40 80.34 0.24 0.49
Hex 86 9A 5F D 0 26 28 50 18 31
Octal 206 232 137 15 0 46 50 120 30 61
Binary 10000110 10011010 1011111 1101 0 100110 101000 1010000 11000 110001

Color Harmonies of #869A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869A5F

Black with #869A5F

Text Example


Text Example

White with #869A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,154,95); }

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

background-color css

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

 a { background-color: rgb(134,154,95); }

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

border-color css

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

 span { border-color: rgb(134,154,95); }

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