#94B47E

Color #94B47E Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #94B47E

Tints of Olivine #94B47E

Color information

#94B47E (or 0x94B47E) is unknown color: approx Olivine. HEX triplet: 94, B4 and 7E. RGB value is (148,180,126). Sum of RGB (Red+Green+Blue) = 148+180+126=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #94B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B47E is #6B4B81. Grayscale: #A4A4A4. Windows color (decimal): -7031682 or 8303764. OLE color: 8303764.

HSL color Cylindrical-coordinate representation of color #94B47E: hue angle of 95.56º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94B47E is Cyan = 0.18, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB148180126-
CMYK0.1800.30.29
HSL95.56º26.47%60%-
HSV(B)95.56º30%70.59%-
XYZ32.340.4425.84-
YUV164.28106.4116.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 126 (49.61% from 255) = 27.75%
R=32.60%
G=39.65%
B=27.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801260.1800.30.2995.5626.4760
Hex94B47E1201E1D601a3c
Octal22426417622036351403274
Binary100101001011010011111101001001111011101110000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,126); }

 H1.HeaderClassName
 {
   color: #94B47E;
 }
 .AnyTagClassName
 {
   color: #94B47E;
 }
</style>
background-color css

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

 a { background-color: rgb(148,180,126); }

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

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

 span { border-color: rgb(148,180,126); }

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