Html Css Color HEX #869F50 Chelsea Cucumber

📋 copy color: '#869F50'

red 134 ◦ green 159 ◦ blue 80

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

Shades of Chelsea Cucumber #869F50

Tints of Chelsea Cucumber #869F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 35.92%
G = 42.63%
B = 21.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#869F50 (or 0x869F50) is known color: Chelsea Cucumber. HEX triplet: 86, 9F and 50. RGB value is (134,159,80). Sum of RGB (Red+Green+Blue) = 134+159+80=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #869F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F50 is #7960AF. Grayscale: #8E8E8E. Windows color (decimal): -7954608 or 5283718. OLE color: 5283718.

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

Color convert

RGB 134 159 80 -
CMYK 0.16 0 0.50 0.38
HSL 78.99º 0.33% 0.47% -
HSV(B) 78.99º 0.5% 0.62% -
XYZ 23.68 30.44 12.22 -
YUV 142.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 134 159 80 0.16 0 0.50 0.38 78.99 0.33 0.47
Hex 86 9F 50 10 0 32 26 4F 21 2F
Octal 206 237 120 20 0 62 46 117 41 57
Binary 10000110 10011111 1010000 10000 0 110010 100110 1001111 100001 101111

Color Harmonies of #869F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869F50

Black with #869F50

Text Example


Text Example

White with #869F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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