#94B97F

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

Shades of Olivine #94B97F

Tints of Olivine #94B97F

Color information

#94B97F (or 0x94B97F) is unknown color: approx Olivine. HEX triplet: 94, B9 and 7F. RGB value is (148,185,127). Sum of RGB (Red+Green+Blue) = 148+185+127=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #94B97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B97F is #6B4680. Grayscale: #A7A7A7. Windows color (decimal): -7030401 or 8370580. OLE color: 8370580.

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

Color convert

RGB148185127-
CMYK0.2000.310.27
HSL98.28º29.29%61.18%-
HSV(B)98.28º31.35%72.55%-
XYZ33.3942.5326.53-
YUV167.32105.24114.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 127 (50% from 255) = 27.61%
R=32.17%
G=40.22%
B=27.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481851270.2000.310.2798.2829.2961.18
Hex94B97F1401F1B621d3d
Octal22427117724037331423575
Binary100101001011100111111111010001111111011110001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,185,127); }

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

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

 a { background-color: rgb(148,185,127); }

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

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

 span { border-color: rgb(148,185,127); }

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