#968A70

Color #968A70 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #968A70

Tints of Pale Oyster #968A70

Color information

#968A70 (or 0x968A70) is unknown color: approx Pale Oyster. HEX triplet: 96, 8A and 70. RGB value is (150,138,112). Sum of RGB (Red+Green+Blue) = 150+138+112=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #968A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A70 is #69758F. Grayscale: #8A8A8A. Windows color (decimal): -6911376 or 7375510. OLE color: 7375510.

HSL color Cylindrical-coordinate representation of color #968A70: hue angle of 41.05º 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 #968A70 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB150138112-
CMYK00.080.250.41
HSL41.05º15.32%51.37%-
HSV(B)41.05º25.33%58.82%-
XYZ24.5925.8319.02-
YUV138.62112.98136.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 112 (44.14% from 255) = 28%
R=37.5%
G=34.5%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013811200.080.250.4141.0515.3251.37
Hex968A7008192929f33
Octal2262121600103151511763
Binary1001011010001010111000001000110011010011010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A70; }

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

 H1.HeaderClassName
 {
   color: #968A70;
 }
 .AnyTagClassName
 {
   color: #968A70;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #968A70;
 }
 .BgClassName
 {
   background-color: #968A70;
 }
</style>
border-color css

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

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

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