Html Css Color HEX #94A68F Mantle

📋 copy color: '#94A68F'

red 148 ◦ green 166 ◦ blue 143

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

Shades of Mantle #94A68F

Tints of Mantle #94A68F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.32%

 BLUE value IS 143 (56.25% from 255) = 31.29%

R = 32.39%
G = 36.32%
B = 31.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#94A68F (or 0x94A68F) is known color: Mantle. HEX triplet: 94, A6 and 8F. RGB value is (148,166,143). Sum of RGB (Red+Green+Blue) = 148+166+143=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 166 - color contains mainly: green. Hex color #94A68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A68F is #6B5970. Grayscale: #9E9E9E. Windows color (decimal): -7035249 or 9414292. OLE color: 9414292.

HSL color Cylindrical-coordinate representation of color #94A68F: hue angle of 106.96º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94A68F is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 166 143 -
CMYK 0.11 0 0.14 0.35
HSL 106.96º 0.11% 0.61% -
HSV(B) 106.96º 0.14% 0.65% -
XYZ 30.81 35.55 31.23 -
YUV 158 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 148 166 143 0.11 0 0.14 0.35 106.96 0.11 0.61
Hex 94 A6 8F B 0 E 23 6B B 3D
Octal 224 246 217 13 0 16 43 153 13 75
Binary 10010100 10100110 10001111 1011 0 1110 100011 1101011 1011 111101

Color Harmonies of #94A68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A68F

Black with #94A68F

Text Example


Text Example

White with #94A68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A68F; }

 p { color: rgb(148,166,143); }

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

background-color css

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

 a { background-color: rgb(148,166,143); }

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

border-color css

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

 span { border-color: rgb(148,166,143); }

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