Html Css Color HEX #869F48 Chelsea Cucumber

📋 copy color: '#869F48'

red 134 ◦ green 159 ◦ blue 72

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

Shades of Chelsea Cucumber #869F48

Tints of Chelsea Cucumber #869F48

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 value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#869F48 (or 0x869F48) is known color: 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

RGB 134 159 72 -
CMYK 0.16 0 0.55 0.38
HSL 77.24º 0.38% 0.45% -
HSV(B) 77.24º 0.55% 0.62% -
XYZ 23.4 30.33 10.75 -
YUV 141.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 134 159 72 0.16 0 0.55 0.38 77.24 0.38 0.45
Hex 86 9F 48 10 0 37 26 4D 26 2D
Octal 206 237 110 20 0 67 46 115 46 55
Binary 10000110 10011111 1001000 10000 0 110111 100110 1001101 100110 101101

Color Harmonies of #869F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869F48

Black with #869F48

Text Example


Text Example

White with #869F48

Text Example


Text Example

HTML Codes & Css Web 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>