Html Css Color HEX #94978D Delta

📋 copy color: '#94978D'

red 148 ◦ green 151 ◦ blue 141

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

Shades of Delta #94978D

Tints of Delta #94978D

RGB

 RED value IS 148 (58.2% from 255) = 33.64%

 GREEN value IS 151 (59.38% from 255) = 34.32%

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 33.64%
G = 34.32%
B = 32.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#94978D (or 0x94978D) is known color: Delta. HEX triplet: 94, 97 and 8D. RGB value is (148,151,141). Sum of RGB (Red+Green+Blue) = 148+151+141=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 151 - color contains mainly: green. Hex color #94978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94978D is #6B6872. Grayscale: #949494. Windows color (decimal): -7039091 or 9279380. OLE color: 9279380.

HSL color Cylindrical-coordinate representation of color #94978D: hue angle of 78º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94978D is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 141 -
CMYK 0.02 0 0.07 0.41
HSL 78º 0.05% 0.57% -
HSV(B) 78º 0.07% 0.59% -
XYZ 28.09 30.35 29.58 -
YUV 148.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 148 151 141 0.02 0 0.07 0.41 78 0.05 0.57
Hex 94 97 8D 2 0 7 29 4E 5 39
Octal 224 227 215 2 0 7 51 116 5 71
Binary 10010100 10010111 10001101 10 0 111 101001 1001110 101 111001

Color Harmonies of #94978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94978D

Black with #94978D

Text Example


Text Example

White with #94978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94978D; }

 p { color: rgb(148,151,141); }

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

background-color css

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

 a { background-color: rgb(148,151,141); }

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

border-color css

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

 span { border-color: rgb(148,151,141); }

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