Html Css Color HEX #968970 Pale Oyster

📋 copy color: '#968970'

red 150 ◦ green 137 ◦ blue 112

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

Shades of Pale Oyster #968970

Tints of Pale Oyster #968970

RGB

 RED value IS 150 (58.98% from 255) = 37.59%

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

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

R = 37.59%
G = 34.34%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#968970 (or 0x968970) is known color: Pale Oyster. HEX triplet: 96, 89 and 70. RGB value is (150,137,112). Sum of RGB (Red+Green+Blue) = 150+137+112=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #968970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968970 is #69768F. Grayscale: #8A8A8A. Windows color (decimal): -6911632 or 7375254. OLE color: 7375254.

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

Color convert

RGB 150 137 112 -
CMYK 0 0.09 0.25 0.41
HSL 39.47º 0.15% 0.51% -
HSV(B) 39.47º 0.25% 0.59% -
XYZ 24.45 25.55 18.97 -
YUV 138.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 150 137 112 0 0.09 0.25 0.41 39.47 0.15 0.51
Hex 96 89 70 0 9 19 29 27 F 33
Octal 226 211 160 0 11 31 51 47 17 63
Binary 10010110 10001001 1110000 0 1001 11001 101001 100111 1111 110011

Color Harmonies of #968970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968970

Black with #968970

Text Example


Text Example

White with #968970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968970; }

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

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

background-color css

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

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

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

border-color css

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

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

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