#94BA7E

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

Shades of Olivine #94BA7E

Tints of Olivine #94BA7E

Color information

#94BA7E (or 0x94BA7E) is unknown color: approx Olivine. HEX triplet: 94, BA and 7E. RGB value is (148,186,126). Sum of RGB (Red+Green+Blue) = 148+186+126=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA7E is #6B4581. Grayscale: #A8A8A8. Windows color (decimal): -7030146 or 8305300. OLE color: 8305300.

HSL color Cylindrical-coordinate representation of color #94BA7E: hue angle of 98º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94BA7E is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB148186126-
CMYK0.2000.320.27
HSL98º30.3%61.18%-
HSV(B)98º32.26%72.94%-
XYZ33.5442.9226.26-
YUV167.8104.41113.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=32.17%
G=40.43%
B=27.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481861260.2000.320.279830.361.18
Hex94BA7E140201B621e3d
Octal22427217624040331423675
Binary1001010010111010111111010100010000011011110001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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