Html Css Color HEX #938970 Pale Oyster

📋 copy color: '#938970'

red 147 ◦ green 137 ◦ blue 112

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

Shades of Pale Oyster #938970

Tints of Pale Oyster #938970

RGB

 RED value IS 147 (57.81% from 255) = 37.12%

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

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

R = 37.12%
G = 34.6%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#938970 (or 0x938970) is known color: Pale Oyster. HEX triplet: 93, 89 and 70. RGB value is (147,137,112). Sum of RGB (Red+Green+Blue) = 147+137+112=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #938970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938970 is #6C768F. Grayscale: #898989. Windows color (decimal): -7108240 or 7375251. OLE color: 7375251.

HSL color Cylindrical-coordinate representation of color #938970: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #938970 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 137 112 -
CMYK 0 0.07 0.24 0.42
HSL 42.86º 0.14% 0.51% -
HSV(B) 42.86º 0.24% 0.58% -
XYZ 23.9 25.26 18.95 -
YUV 137.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 147 137 112 0 0.07 0.24 0.42 42.86 0.14 0.51
Hex 93 89 70 0 7 18 2A 2B E 33
Octal 223 211 160 0 7 30 52 53 16 63
Binary 10010011 10001001 1110000 0 111 11000 101010 101011 1110 110011

Color Harmonies of #938970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938970

Black with #938970

Text Example


Text Example

White with #938970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938970; }

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

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

background-color css

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

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

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

border-color css

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

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

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