Html Css Color HEX #978868 Pale Oyster

📋 copy color: '#978868'

red 151 ◦ green 136 ◦ blue 104

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

Shades of Pale Oyster #978868

Tints of Pale Oyster #978868

RGB

 RED value IS 151 (59.38% from 255) = 38.62%

 GREEN value IS 136 (53.52% from 255) = 34.78%

 BLUE value IS 104 (41.02% from 255) = 26.6%

R = 38.62%
G = 34.78%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#978868 (or 0x978868) is known color: Pale Oyster. HEX triplet: 97, 88 and 68. RGB value is (151,136,104). Sum of RGB (Red+Green+Blue) = 151+136+104=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #978868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978868 is #687797. Grayscale: #888888. Windows color (decimal): -6846360 or 6850711. OLE color: 6850711.

HSL color Cylindrical-coordinate representation of color #978868: hue angle of 40.85º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978868 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 136 104 -
CMYK 0 0.10 0.31 0.41
HSL 40.85º 0.18% 0.5% -
HSV(B) 40.85º 0.31% 0.59% -
XYZ 24.07 25.19 16.69 -
YUV 136.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 151 136 104 0 0.10 0.31 0.41 40.85 0.18 0.5
Hex 97 88 68 0 A 1F 29 29 12 32
Octal 227 210 150 0 12 37 51 51 22 62
Binary 10010111 10001000 1101000 0 1010 11111 101001 101001 10010 110010

Color Harmonies of #978868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978868

Black with #978868

Text Example


Text Example

White with #978868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978868; }

 p { color: rgb(151,136,104); }

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

background-color css

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

 a { background-color: rgb(151,136,104); }

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

border-color css

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

 span { border-color: rgb(151,136,104); }

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