Html Css Color HEX #869960 Chelsea Cucumber

📋 copy color: '#869960'

red 134 ◦ green 153 ◦ blue 96

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

Shades of Chelsea Cucumber #869960

Tints of Chelsea Cucumber #869960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

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

R = 34.99%
G = 39.95%
B = 25.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#869960 (or 0x869960) is known color: Chelsea Cucumber. HEX triplet: 86, 99 and 60. RGB value is (134,153,96). Sum of RGB (Red+Green+Blue) = 134+153+96=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #869960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869960 is #79669F. Grayscale: #8D8D8D. Windows color (decimal): -7956128 or 6330758. OLE color: 6330758.

HSL color Cylindrical-coordinate representation of color #869960: hue angle of 80º 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 #869960 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 96 -
CMYK 0.12 0 0.37 0.4
HSL 80º 0.23% 0.49% -
HSV(B) 80º 0.37% 0.6% -
XYZ 23.33 28.7 15.38 -
YUV 140.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 134 153 96 0.12 0 0.37 0.4 80 0.23 0.49
Hex 86 99 60 C 0 25 28 50 17 31
Octal 206 231 140 14 0 45 50 120 27 61
Binary 10000110 10011001 1100000 1100 0 100101 101000 1010000 10111 110001

Color Harmonies of #869960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869960

Black with #869960

Text Example


Text Example

White with #869960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869960; }

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

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

background-color css

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

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

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

border-color css

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

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

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