#869F48

Color #869F48 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #869F48

Tints of Chelsea Cucumber #869F48

Color information

#869F48 (or 0x869F48) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9F and 48. RGB value is (134,159,72). Sum of RGB (Red+Green+Blue) = 134+159+72=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #869F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869F48 is #7960B7. Grayscale: #8D8D8D. Windows color (decimal): -7954616 or 4759430. OLE color: 4759430.

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

Color convert

RGB13415972-
CMYK0.1600.550.38
HSL77.24º37.66%45.29%-
HSV(B)77.24º54.72%62.35%-
XYZ23.430.3310.75-
YUV141.6188.72122.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 159 (62.5% from 255) = 43.56%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=36.71%
G=43.56%
B=19.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134159720.1600.550.3877.2437.6645.29
Hex869F4810037264d262d
Octal20623711020067461154655
Binary100001101001111110010001000001101111001101001101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #869F48;
 }
 .AnyTagClassName
 {
   color: #869F48;
 }
</style>
background-color css

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

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

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

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

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

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