#94BE7F

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

Shades of Olivine #94BE7F

Tints of Olivine #94BE7F

Color information

#94BE7F (or 0x94BE7F) is unknown color: approx Olivine. HEX triplet: 94, BE and 7F. RGB value is (148,190,127). Sum of RGB (Red+Green+Blue) = 148+190+127=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BE7F is #6B4180. Grayscale: #AAAAAA. Windows color (decimal): -7029121 or 8371860. OLE color: 8371860.

HSL color Cylindrical-coordinate representation of color #94BE7F: hue angle of 100º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94BE7F is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB148190127-
CMYK0.2200.330.25
HSL100º32.64%62.16%-
HSV(B)100º33.16%74.51%-
XYZ34.4644.6626.88-
YUV170.26103.59112.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 190 (74.61% from 255) = 40.86%
BLUE value IS 127 (50% from 255) = 27.31%
R=31.83%
G=40.86%
B=27.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481901270.2200.330.2510032.6462.16
Hex94BE7F160211964213e
Octal22427617726041311444176
Binary10010100101111101111111101100100001110011100100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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