Html Css Color HEX #969D8A Delta

📋 copy color: '#969D8A'

red 150 ◦ green 157 ◦ blue 138

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

Shades of Delta #969D8A

Tints of Delta #969D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.28%

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 33.71%
G = 35.28%
B = 31.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#969D8A (or 0x969D8A) is known color: Delta. HEX triplet: 96, 9D and 8A. RGB value is (150,157,138). Sum of RGB (Red+Green+Blue) = 150+157+138=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 157 - color contains mainly: green. Hex color #969D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969D8A is #696275. Grayscale: #989898. Windows color (decimal): -6906486 or 9084310. OLE color: 9084310.

HSL color Cylindrical-coordinate representation of color #969D8A: hue angle of 82.11º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969D8A is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 157 138 -
CMYK 0.04 0 0.12 0.38
HSL 82.11º 0.09% 0.58% -
HSV(B) 82.11º 0.12% 0.62% -
XYZ 29.22 32.43 28.76 -
YUV 152.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 150 157 138 0.04 0 0.12 0.38 82.11 0.09 0.58
Hex 96 9D 8A 4 0 C 26 52 9 3A
Octal 226 235 212 4 0 14 46 122 11 72
Binary 10010110 10011101 10001010 100 0 1100 100110 1010010 1001 111010

Color Harmonies of #969D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969D8A

Black with #969D8A

Text Example


Text Example

White with #969D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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