Html Css Color HEX #968A70 Pale Oyster

📋 copy color: '#968A70'

red 150 ◦ green 138 ◦ blue 112

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

Shades of Pale Oyster #968A70

Tints of Pale Oyster #968A70

RGB

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

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

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

R = 37.5%
G = 34.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#968A70 (or 0x968A70) is known color: 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

RGB 150 138 112 -
CMYK 0 0.08 0.25 0.41
HSL 41.05º 0.15% 0.51% -
HSV(B) 41.05º 0.25% 0.59% -
XYZ 24.59 25.83 19.02 -
YUV 138.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 150 138 112 0 0.08 0.25 0.41 41.05 0.15 0.51
Hex 96 8A 70 0 8 19 29 29 F 33
Octal 226 212 160 0 10 31 51 51 17 63
Binary 10010110 10001010 1110000 0 1000 11001 101001 101001 1111 110011

Color Harmonies of #968A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A70

Black with #968A70

Text Example


Text Example

White with #968A70

Text Example


Text Example

HTML Codes & Css Web 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>