Html Css Color HEX #969281 Grey Olive

📋 copy color: '#969281'

red 150 ◦ green 146 ◦ blue 129

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

Shades of Grey Olive #969281

Tints of Grey Olive #969281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.35%

 BLUE value IS 129 (50.78% from 255) = 30.35%

R = 35.29%
G = 34.35%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#969281 (or 0x969281) is known color: Grey Olive. HEX triplet: 96, 92 and 81. RGB value is (150,146,129). Sum of RGB (Red+Green+Blue) = 150+146+129=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #969281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969281 is #696D7E. Grayscale: #919191. Windows color (decimal): -6909311 or 8491670. OLE color: 8491670.

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

Color convert

RGB 150 146 129 -
CMYK 0 0.03 0.14 0.41
HSL 48.57º 0.09% 0.55% -
HSV(B) 48.57º 0.14% 0.59% -
XYZ 26.82 28.63 24.88 -
YUV 145.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 150 146 129 0 0.03 0.14 0.41 48.57 0.09 0.55
Hex 96 92 81 0 3 E 29 31 9 37
Octal 226 222 201 0 3 16 51 61 11 67
Binary 10010110 10010010 10000001 0 11 1110 101001 110001 1001 110111

Color Harmonies of #969281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969281

Black with #969281

Text Example


Text Example

White with #969281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969281; }

 p { color: rgb(150,146,129); }

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

background-color css

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

 a { background-color: rgb(150,146,129); }

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

border-color css

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

 span { border-color: rgb(150,146,129); }

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