Html Css Color HEX #978A6F Pale Oyster

📋 copy color: '#978A6F'

red 151 ◦ green 138 ◦ blue 111

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

Shades of Pale Oyster #978A6F

Tints of Pale Oyster #978A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

 BLUE value IS 111 (43.75% from 255) = 27.75%

R = 37.75%
G = 34.5%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#978A6F (or 0x978A6F) is known color: Pale Oyster. HEX triplet: 97, 8A and 6F. RGB value is (151,138,111). Sum of RGB (Red+Green+Blue) = 151+138+111=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #978A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A6F is #687590. Grayscale: #8A8A8A. Windows color (decimal): -6845841 or 7309975. OLE color: 7309975.

HSL color Cylindrical-coordinate representation of color #978A6F: hue angle of 40.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #978A6F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 138 111 -
CMYK 0 0.09 0.26 0.41
HSL 40.5º 0.16% 0.51% -
HSV(B) 40.5º 0.26% 0.59% -
XYZ 24.72 25.9 18.74 -
YUV 138.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 151 138 111 0 0.09 0.26 0.41 40.5 0.16 0.51
Hex 97 8A 6F 0 9 1A 29 28 10 33
Octal 227 212 157 0 11 32 51 50 20 63
Binary 10010111 10001010 1101111 0 1001 11010 101001 101000 10000 110011

Color Harmonies of #978A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A6F

Black with #978A6F

Text Example


Text Example

White with #978A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978A6F; }

 p { color: rgb(151,138,111); }

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

background-color css

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

 a { background-color: rgb(151,138,111); }

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

border-color css

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

 span { border-color: rgb(151,138,111); }

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