Html Css Color HEX #978970 Pale Oyster

📋 copy color: '#978970'

red 151 ◦ green 137 ◦ blue 112

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

Shades of Pale Oyster #978970

Tints of Pale Oyster #978970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 37.75%
G = 34.25%
B = 28%

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

#978970 (or 0x978970) is known color: Pale Oyster. HEX triplet: 97, 89 and 70. RGB value is (151,137,112). Sum of RGB (Red+Green+Blue) = 151+137+112=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #978970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978970 is #68768F. Grayscale: #8A8A8A. Windows color (decimal): -6846096 or 7375255. OLE color: 7375255.

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

Color convert

RGB 151 137 112 -
CMYK 0 0.09 0.26 0.41
HSL 38.46º 0.16% 0.52% -
HSV(B) 38.46º 0.26% 0.59% -
XYZ 24.63 25.64 18.98 -
YUV 138.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 151 137 112 0 0.09 0.26 0.41 38.46 0.16 0.52
Hex 97 89 70 0 9 1A 29 26 10 34
Octal 227 211 160 0 11 32 51 46 20 64
Binary 10010111 10001001 1110000 0 1001 11010 101001 100110 10000 110100

Color Harmonies of #978970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978970

Black with #978970

Text Example


Text Example

White with #978970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978970; }

 p { color: rgb(151,137,112); }

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

background-color css

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

 a { background-color: rgb(151,137,112); }

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

border-color css

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

 span { border-color: rgb(151,137,112); }

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